Skip to content

Commit e9fb62b

Browse files
committed
Fix cssDecode test case
1 parent 5d85f36 commit e9fb62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transformations/cssDecode.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
"type" : "tfn",
2525
"ret" : 1,
26-
"input" : "test\\a\\b\\f\\n\\r\\t\\v\\?\\'\\\"\\0\\12\\123\\1234\\12345\\123456\\ff01\\ff5e\\\n\\0 string",
26+
"input" : "test\\a\\b\\f\\n\\r\\t\\v\\?\\'\\\"\\\u0000\\12\\123\\1234\\12345\\123456\\ff01\\ff5e\\\n\\\u0000 string",
2727
"name" : "cssDecode",
2828
"output" : "test\n\u000b\u000fnrtv?'\"\u0000\u0012#4EV!~\u0000 string"
2929
},

0 commit comments

Comments
 (0)