diff options
Diffstat (limited to '3rdparty/jsoncpp/test/data/test_comment_01.expected')
-rw-r--r-- | 3rdparty/jsoncpp/test/data/test_comment_01.expected | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/jsoncpp/test/data/test_comment_01.expected b/3rdparty/jsoncpp/test/data/test_comment_01.expected index 2a7f00c450b..1ed01ba100c 100644 --- a/3rdparty/jsoncpp/test/data/test_comment_01.expected +++ b/3rdparty/jsoncpp/test/data/test_comment_01.expected @@ -1,5 +1,7 @@ .={} +// Comment for array .test=[] +// Comment within array .test[0]={} .test[0].a="aaa" .test[1]={} |