diff options
Diffstat (limited to '3rdparty/jsoncpp/test/data/test_comment_01.expected')
-rw-r--r-- | 3rdparty/jsoncpp/test/data/test_comment_01.expected | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/3rdparty/jsoncpp/test/data/test_comment_01.expected b/3rdparty/jsoncpp/test/data/test_comment_01.expected deleted file mode 100644 index 1ed01ba100c..00000000000 --- a/3rdparty/jsoncpp/test/data/test_comment_01.expected +++ /dev/null @@ -1,10 +0,0 @@ -.={} -// Comment for array -.test=[] -// Comment within array -.test[0]={} -.test[0].a="aaa" -.test[1]={} -.test[1].b="bbb" -.test[2]={} -.test[2].c="ccc" |