We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since there is an implicit assumption that Annex B productions are valid in these tests, the following tests must pass per Annex B.1.2 String Literals
DoubleStringCharacter :: \ EscapeSequence SingleStringCharacter :: \ EscapeSequence EscapeSequence :: NonOctalDecimalEscapeSequence NonOctalDecimalEscapeSequence :: one of 8 9
fail/0d5e450f1da8a92a.js: ('\9') fail/748656edbfb2d0bb.js: ('\8') fail/79f882da06f88c9f.js: "\8"; fail/92b6af54adef3624.js: "\9";
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since there is an implicit assumption that Annex B productions are valid in these tests, the following tests must pass per Annex B.1.2 String Literals
DoubleStringCharacter :: \ EscapeSequence
SingleStringCharacter :: \ EscapeSequence
EscapeSequence :: NonOctalDecimalEscapeSequence
NonOctalDecimalEscapeSequence :: one of 8 9
fail/0d5e450f1da8a92a.js: ('\9')
fail/748656edbfb2d0bb.js: ('\8')
fail/79f882da06f88c9f.js: "\8";
fail/92b6af54adef3624.js: "\9";
The text was updated successfully, but these errors were encountered: