aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_T3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_T3.js')
-rw-r--r--test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_T3.js12
1 files changed, 4 insertions, 8 deletions
diff --git a/test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_T3.js b/test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_T3.js
index 73303a77e..c39852dec 100644
--- a/test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_T3.js
+++ b/test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_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.
-/**
- * let P be the empty string if pattern is undefined
- *
- * @path ch15/15.10/15.10.4/S15.10.4.1_A3_T3.js
- * @description RegExp is new RegExp(x), where x is undefined variable
- */
+/*---
+info: let P be the empty string if pattern is undefined
+description: RegExp is new RegExp(x), where x is undefined variable
+---*/
__re = new RegExp(x);
@@ -26,5 +24,3 @@ if (__re.ignoreCase !== false) {
}
var x;
-
-