Skip to content

Duplicate test case #58

Open
Open
@amn

Description

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?

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