failing test case for \/
This commit is contained in:
parent
8f9dcd3cc5
commit
9dd596b95b
3 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
ebin/
|
ebin/
|
||||||
deps/
|
deps/
|
||||||
*.orig
|
*.orig
|
||||||
|
/.eunit
|
||||||
|
|
1
priv/test_cases/escapes.json
Normal file
1
priv/test_cases/escapes.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
[ "\"\\\/\b\f\n\r\t\u0020" ]
|
5
priv/test_cases/escapes.test
Normal file
5
priv/test_cases/escapes.test
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{name, "escapes"}.
|
||||||
|
{jsx, [start_array,
|
||||||
|
{string,<<"\"\\/\b\f\n\r\t ">>},
|
||||||
|
end_array,end_json]}.
|
||||||
|
{json, "escapes.json"}.
|
Loading…
Add table
Add a link
Reference in a new issue