Skip to content

Commit e16ceb6

Browse files
author
Felipe Zimmerle
committed
urlDecodeUni test case: replaces \u0000 to \\u0000
1 parent c97d571 commit e16ceb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

transformations/urlDecodeUni.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"ret" : 0
1515
},
1616
{
17-
"output" : "Test\u0000Case",
17+
"output" : "Test\\u0000Case",
1818
"name" : "urlDecodeUni",
19-
"input" : "Test\u0000Case",
19+
"input" : "Test\\u0000Case",
2020
"type" : "tfn",
2121
"ret" : 0
2222
},

0 commit comments

Comments
 (0)