Skip to content

Commit

Permalink
Remove duplicate test case (#59)
Browse files Browse the repository at this point in the history
Resolves issue #58.
  • Loading branch information
amn committed Jul 19, 2024
1 parent c7859c4 commit 3dfe12a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,6 @@ var TESTS = [
css: "null\\0",
expected: [{type: "IDENT", value: "null\uFFFD"}, {type: "EOF"}],
},
{
parser: "",
css: "null\\0",
expected: [{type: "IDENT", value: "null\uFFFD"}, {type: "EOF"}],
},
{
parser: "",
css: "null\\0000",
Expand Down

0 comments on commit 3dfe12a

Please sign in to comment.