Skip to content

Duplicate test case #58

Description

@amn

The following two tests are identical:

parse-css/tests.js

Lines 331 to 335 in c7859c4

{
parser: "",
css: "null\\0",
expected: [{type: "IDENT", value: "null\uFFFD"}, {type: "EOF"}],
},

parse-css/tests.js

Lines 336 to 340 in c7859c4

{
parser: "",
css: "null\\0",
expected: [{type: "IDENT", value: "null\uFFFD"}, {type: "EOF"}],
},

I think that is an omission of sorts, I see no value in having both, am I missing something?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions