tc39 / test262-parser-tests

tests designed for ECMA-262 parsers
53 stars 14 forks source link

Move 4 tests from fail/ to pass/ re NonOctalDecimalEscapeSequence #31

Open jmdyck opened 3 years ago

jmdyck commented 3 years ago

These tests were expected to raise a syntax error because they have a string literal containing \8 or \9, which used to be disallowed.

However, they have been allowed (via NonOctalDecimalEscapeSequence) since the merge of tc39/ecma262#2054.