test262/test
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
..
annexB Extend test for HTML comments (#684) 2016-06-28 15:54:40 -07:00
built-ins Expand tests for Math.log1p 2016-06-27 16:04:17 -04:00
harness Add harness for byte conversion values 2016-05-25 10:10:50 -04:00
intl402 Add tests for Intl.getCanonicalLocales 2016-06-07 14:52:04 -04:00
language Assert SyntaxError with lower bound in escape seq. 2016-06-29 12:34:17 -04:00