mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-15 23:20:05 +02:00
Cleanup test configurations
This commit is contained in:

committed by
Christopher Dunn

parent
9e23f66f61
commit
b349221938
@@ -84,7 +84,7 @@ def runAllTests(jsontest_executable_path, input_dir = None,
|
||||
10, # fails because we allow extra values after close
|
||||
13, # fails because we allow leading zeroes in numbers
|
||||
18, # fails because we allow deeply nested values
|
||||
25, # fails because we allow tab characters in strings.
|
||||
25, # fails because we allow tab characters in strings
|
||||
27, # fails because we allow string line breaks
|
||||
]]
|
||||
test_jsonchecker = [ test for test in all_tests
|
||||
|
Reference in New Issue
Block a user