summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/S15.10.2.8_A3_T31.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/S15.10.2.8_A3_T31.js')
-rw-r--r--test/built-ins/RegExp/S15.10.2.8_A3_T31.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/S15.10.2.8_A3_T31.js b/test/built-ins/RegExp/S15.10.2.8_A3_T31.js
index 5d6167131..b4614efea 100644
--- a/test/built-ins/RegExp/S15.10.2.8_A3_T31.js
+++ b/test/built-ins/RegExp/S15.10.2.8_A3_T31.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
Parentheses of the form ( Disjunction ) serve both to group the components of the Disjunction pattern together and to save the result of the match.
The result can be used either in a backreference (\ followed by a nonzero decimal number),
referenced in a replace string,