failing test case for \/

This commit is contained in:
Bob Ippolito 2012-04-26 12:41:20 -07:00
parent 8f9dcd3cc5
commit 9dd596b95b
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
ebin/
deps/
*.orig
/.eunit

View file

@ -0,0 +1 @@
[ "\"\\\/\b\f\n\r\t\u0020" ]

View file

@ -0,0 +1,5 @@
{name, "escapes"}.
{jsx, [start_array,
{string,<<"\"\\/\b\f\n\r\t ">>},
end_array,end_json]}.
{json, "escapes.json"}.