Statistics
| Branch: | Revision:

root / json-framework-3.2.0 / Tests / Data / valid / string / simple / input @ 3ebe9884

History | View | Annotate | Download (218 Bytes)

1
[
2
"",
3
" spaces ",
4
"/",
5
"\\ \" \\ \"",
6
"foo\"",
7
"foo\"\"",
8
"foo\"\"bar",
9
"foo\"bar",
10
"foo\\",
11
"foo\\\\bar",
12
"foo\\bar",
13
"foobar",
14
"with internal   spaces",
15
"/unescaped/slashes",
16
"\/escaped\/slashes",
17
"\\/test\\/path"
18
]