Skip to content

strings containing NonOctalDecimalEscapeSequence should pass #25

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

Open
ascidian opened this issue Oct 8, 2020 · 0 comments
Open

strings containing NonOctalDecimalEscapeSequence should pass #25

ascidian opened this issue Oct 8, 2020 · 0 comments

Comments

@ascidian
Copy link

ascidian commented Oct 8, 2020

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";

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

No branches or pull requests

1 participant