Skip to content

Commit 3dfe12a

Browse files
authored
Remove duplicate test case (#59)
Resolves issue #58.
1 parent c7859c4 commit 3dfe12a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests.js

-5
Original file line numberDiff line numberDiff line change
@@ -333,11 +333,6 @@ var TESTS = [
333333
css: "null\\0",
334334
expected: [{type: "IDENT", value: "null\uFFFD"}, {type: "EOF"}],
335335
},
336-
{
337-
parser: "",
338-
css: "null\\0",
339-
expected: [{type: "IDENT", value: "null\uFFFD"}, {type: "EOF"}],
340-
},
341336
{
342337
parser: "",
343338
css: "null\\0000",

0 commit comments

Comments
 (0)