diff options
Diffstat (limited to 'test/built-ins/RegExp/S15.10.2.7_A4_T10.js')
-rw-r--r-- | test/built-ins/RegExp/S15.10.2.7_A4_T10.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/S15.10.2.7_A4_T10.js b/test/built-ins/RegExp/S15.10.2.7_A4_T10.js index 4163244d7..acd87fdf8 100644 --- a/test/built-ins/RegExp/S15.10.2.7_A4_T10.js +++ b/test/built-ins/RegExp/S15.10.2.7_A4_T10.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty es5id: 15.10.2.7_A4_T10 |