summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/S15.10.2.3_A1_T10.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/S15.10.2.3_A1_T10.js')
-rw-r--r--test/built-ins/RegExp/S15.10.2.3_A1_T10.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/S15.10.2.3_A1_T10.js b/test/built-ins/RegExp/S15.10.2.3_A1_T10.js
index 6ca166a4e..86d8dc778 100644
--- a/test/built-ins/RegExp/S15.10.2.3_A1_T10.js
+++ b/test/built-ins/RegExp/S15.10.2.3_A1_T10.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
The | regular expression operator separates two alternatives.
The pattern first tries to match the left Alternative (followed by the sequel of the regular expression).
If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression)