Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move two files from 'early' to 'fail' after merge of PR #2392 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jmdyck
Copy link
Contributor

@jmdyck jmdyck commented Sep 28, 2021

Each of the two tests:
early/1447683fba196181.js
early/d52f769ab39372c7.js
consists of a RegularExpressionLiteral in which the RegularExpressionFlags contains a UnicodeEscapeSequence.

Formerly, this was disallowed via an Early Error, but with the merge of tc39/ecma262#2392, it is now disallowed via the grammar. Thus, these tests should move from 'early' to 'fail'.

Each of the two tests:
  early/1447683fba196181.js
  early/d52f769ab39372c7.js
consists of a RegularExpressionLiteral in which the RegularExpressionFlags
contains a UnicodeEscapeSequence.

Formerly, this was disallowed via an Early Error,
but with the merge of tc39/ecma262#2392,
it is now disallowed via the grammar.
Thus, these tests should move from 'early' to 'fail'.
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