aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch15/15.5/15.5.4/15.5.4.7/S15.5.4.7_A1_T7.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.5/15.5.4/15.5.4.7/S15.5.4.7_A1_T7.js')
-rw-r--r--test/suite/ch15/15.5/15.5.4/15.5.4.7/S15.5.4.7_A1_T7.js13
1 files changed, 6 insertions, 7 deletions
diff --git a/test/suite/ch15/15.5/15.5.4/15.5.4.7/S15.5.4.7_A1_T7.js b/test/suite/ch15/15.5/15.5.4/15.5.4.7/S15.5.4.7_A1_T7.js
index 4b18ea23f..88e8b63d8 100644
--- a/test/suite/ch15/15.5/15.5.4/15.5.4.7/S15.5.4.7_A1_T7.js
+++ b/test/suite/ch15/15.5/15.5.4/15.5.4.7/S15.5.4.7_A1_T7.js
@@ -1,12 +1,12 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * String.prototype.indexOf(searchString, position)
- *
- * @path ch15/15.5/15.5.4/15.5.4.7/S15.5.4.7_A1_T7.js
- * @description Call indexOf(searchString, position) function with undefined argument of string object
- */
+/*---
+info: String.prototype.indexOf(searchString, position)
+description: >
+ Call indexOf(searchString, position) function with undefined
+ argument of string object
+---*/
//////////////////////////////////////////////////////////////////////////////
//CHECK#1
@@ -16,4 +16,3 @@ if (String("undefined").indexOf(undefined) !== 0) {
}
//
//////////////////////////////////////////////////////////////////////////////
-