mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-13 10:22:55 +01:00
Added a few test cases that Google is using internally for patches made
in the past.
This commit is contained in:
parent
c649badb95
commit
4b819c2309
2122
test/data/test_array_07.expected
Normal file
2122
test/data/test_array_07.expected
Normal file
File diff suppressed because it is too large
Load Diff
2
test/data/test_array_07.json
Normal file
2
test/data/test_array_07.json
Normal file
File diff suppressed because one or more lines are too long
2
test/data/test_string_04.expected
Normal file
2
test/data/test_string_04.expected
Normal file
@ -0,0 +1,2 @@
|
||||
.=""abc\def""
|
||||
|
2
test/data/test_string_04.json
Normal file
2
test/data/test_string_04.json
Normal file
@ -0,0 +1,2 @@
|
||||
"\"abc\\def\""
|
||||
|
2
test/data/test_string_05.expected
Normal file
2
test/data/test_string_05.expected
Normal file
@ -0,0 +1,2 @@
|
||||
.="\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"
|
||||
|
2
test/data/test_string_05.json
Normal file
2
test/data/test_string_05.json
Normal file
@ -0,0 +1,2 @@
|
||||
"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"
|
||||
|
Loading…
Reference in New Issue
Block a user