Open jmdyck opened 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.
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.