diff options
Diffstat (limited to 'test/built-ins/RegExp/S15.10.2.15_A1_T17.js')
-rw-r--r-- | test/built-ins/RegExp/S15.10.2.15_A1_T17.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/S15.10.2.15_A1_T17.js b/test/built-ins/RegExp/S15.10.2.15_A1_T17.js index d3f818ec3..212c5454b 100644 --- a/test/built-ins/RegExp/S15.10.2.15_A1_T17.js +++ b/test/built-ins/RegExp/S15.10.2.15_A1_T17.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | The internal helper function CharacterRange takes two CharSet parameters A and B and performs the following: 2. Let a be the one character in CharSet A. |