summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/S15.10.2.8_A1_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/S15.10.2.8_A1_T2.js')
-rw-r--r--test/built-ins/RegExp/S15.10.2.8_A1_T2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/S15.10.2.8_A1_T2.js b/test/built-ins/RegExp/S15.10.2.8_A1_T2.js
index 17d9883a6..197d3de34 100644
--- a/test/built-ins/RegExp/S15.10.2.8_A1_T2.js
+++ b/test/built-ins/RegExp/S15.10.2.8_A1_T2.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
The form (?= Disjunction ) specifies a zero-width positive lookahead.
In order for it to succeed, the pattern inside Disjunction must match at the current position, but the current position is not advanced before matching the sequel.
If Disjunction can match at the current position in several ways, only the first one is tried