test262/test/language/literals
Mike Pennisi 0ba684e312 Assert SyntaxError with lower bound in escape seq.
ES2015 reads:

> RegExpUnicodeEscapeSequence :: u{ HexDigits }
>
> - It is a Syntax Error if the MV of HexDigits > 1114111.

Use the MV 0x110000 to assert the lower boundary of values which are
expected to produce the SyntaxError.
2016-06-29 12:34:17 -04:00
..
boolean Reorganize ./test 2014-12-07 15:33:09 -08:00
null Reorganize ./test 2014-12-07 15:33:09 -08:00
numeric Add tests for Annex B extns to numeric literals (#608) 2016-05-09 18:31:23 -04:00
regexp Assert SyntaxError with lower bound in escape seq. 2016-06-29 12:34:17 -04:00
string Add tests for Annex B extns to string literals (#610) 2016-05-06 11:19:09 -04:00