We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d85f36 commit e9fb62bCopy full SHA for e9fb62b
transformations/cssDecode.json
@@ -23,7 +23,7 @@
23
{
24
"type" : "tfn",
25
"ret" : 1,
26
- "input" : "test\\a\\b\\f\\n\\r\\t\\v\\?\\'\\\"\\0\\12\\123\\1234\\12345\\123456\\ff01\\ff5e\\\n\\0 string",
+ "input" : "test\\a\\b\\f\\n\\r\\t\\v\\?\\'\\\"\\\u0000\\12\\123\\1234\\12345\\123456\\ff01\\ff5e\\\n\\\u0000 string",
27
"name" : "cssDecode",
28
"output" : "test\n\u000b\u000fnrtv?'\"\u0000\u0012#4EV!~\u0000 string"
29
},
0 commit comments