mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-14 23:07:55 +02:00
Fixed comment after value in object value signaled by Frederic Surleau.
This commit is contained in:
@@ -3,7 +3,7 @@ import os
|
||||
import os.path
|
||||
from glob import glob
|
||||
|
||||
RUN_JSONCHECKER = True
|
||||
RUN_JSONCHECKER = False
|
||||
|
||||
def compareOutputs( expected, actual, message ):
|
||||
expected = expected.strip().replace('\r','').split('\n')
|
||||
|
Reference in New Issue
Block a user