aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch15/15.5/15.5.4/15.5.4.13/S15.5.4.13_A2_T3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.5/15.5.4/15.5.4.13/S15.5.4.13_A2_T3.js')
-rw-r--r--test/suite/ch15/15.5/15.5.4/15.5.4.13/S15.5.4.13_A2_T3.js11
1 files changed, 4 insertions, 7 deletions
diff --git a/test/suite/ch15/15.5/15.5.4/15.5.4.13/S15.5.4.13_A2_T3.js b/test/suite/ch15/15.5/15.5.4/15.5.4.13/S15.5.4.13_A2_T3.js
index 37bc9b6c8..325852fb8 100644
--- a/test/suite/ch15/15.5/15.5.4/15.5.4.13/S15.5.4.13_A2_T3.js
+++ b/test/suite/ch15/15.5/15.5.4/15.5.4.13/S15.5.4.13_A2_T3.js
@@ -1,12 +1,10 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * String.prototype.slice (start, end) returns a string value(not object)
- *
- * @path ch15/15.5/15.5.4/15.5.4.13/S15.5.4.13_A2_T3.js
- * @description Call slice from empty String object
- */
+/*---
+info: String.prototype.slice (start, end) returns a string value(not object)
+description: Call slice from empty String object
+---*/
var __string = new String("");
@@ -17,4 +15,3 @@ if (__string.slice(1,0) !== "") {
}
//
//////////////////////////////////////////////////////////////////////////////
-