-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
The following two tests are identical:
Lines 331 to 335 in c7859c4
{ | |
parser: "", | |
css: "null\\0", | |
expected: [{type: "IDENT", value: "null\uFFFD"}, {type: "EOF"}], | |
}, |
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
Metadata
Assignees
Labels
No labels