Skip to content

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

Open
jmdyck wants to merge 1 commit into
tc39:masterfrom
jmdyck:NonOctalDecimalEscapeSequence
Open

Move 4 tests from fail/ to pass/ re NonOctalDecimalEscapeSequence#31
jmdyck wants to merge 1 commit into
tc39:masterfrom
jmdyck:NonOctalDecimalEscapeSequence

Conversation

@jmdyck
Copy link
Copy Markdown
Contributor

@jmdyck jmdyck commented Jan 30, 2021

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant