Skip to content

strings containing NonOctalDecimalEscapeSequence should pass #25

@ascidian

Description

@ascidian

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions