aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch07/7.2/S7.2_A3.5_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch07/7.2/S7.2_A3.5_T1.js')
-rw-r--r--test/suite/ch07/7.2/S7.2_A3.5_T1.js11
1 files changed, 4 insertions, 7 deletions
diff --git a/test/suite/ch07/7.2/S7.2_A3.5_T1.js b/test/suite/ch07/7.2/S7.2_A3.5_T1.js
index 6d12abddf..265ee9c18 100644
--- a/test/suite/ch07/7.2/S7.2_A3.5_T1.js
+++ b/test/suite/ch07/7.2/S7.2_A3.5_T1.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.
-/**
- * Single line comment can contain NO-BREAK SPACE (U+00A0)
- *
- * @path ch07/7.2/S7.2_A3.5_T1.js
- * @description Use NO-BREAK SPACE(\u00A0)
- */
+/*---
+info: Single line comment can contain NO-BREAK SPACE (U+00A0)
+description: Use NO-BREAK SPACE(\u00A0)
+---*/
// CHECK#1
eval("//\u00A0 single line \u00A0 comment \u00A0");
@@ -17,4 +15,3 @@ eval("//\u00A0 single line \u00A0 comment \u00A0 x = 1;");
if (x !== 0) {
$ERROR('#1: var x = 0; eval("//\\u00A0 single line \\u00A0 comment \\u00A0 x = 1;"); x === 0. Actual: ' + (x));
}
-