Skip to content

Commit 101c330

Browse files
committed
Add a regression test for a tinycss2 bug.
1 parent dd699d4 commit 101c330

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

component_value_list.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
["at-keyword", "0media\uFFFD"]
8181
],
8282

83-
"#red0 #-Red #--red #-\\-red #0red #-0red #_Red #.red #rêd #\\.red\\", [
83+
"#red0 #-Red #--red #-\\-red #0red #-0red #_Red #.red #rêd #êrd #\\.red\\", [
8484
["hash", "red0", "id"], " ",
8585
["hash", "-Red", "id"], " ",
8686
["hash", "--red", "unrestricted"], " ",
@@ -90,6 +90,7 @@
9090
["hash", "_Red", "id"], " ",
9191
"#", ".", ["ident", "red"], " ",
9292
["hash", "rêd", "id"], " ",
93+
["hash", "êrd", "id"], " ",
9394
["hash", ".red\uFFFD", "id"]
9495
],
9596

0 commit comments

Comments
 (0)