diff options
Diffstat (limited to '3rdparty/jsoncpp/test/data/test_comment_02.expected')
-rw-r--r-- | 3rdparty/jsoncpp/test/data/test_comment_02.expected | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/3rdparty/jsoncpp/test/data/test_comment_02.expected b/3rdparty/jsoncpp/test/data/test_comment_02.expected deleted file mode 100644 index 8986dbac05e..00000000000 --- a/3rdparty/jsoncpp/test/data/test_comment_02.expected +++ /dev/null @@ -1,23 +0,0 @@ -.={} -/* C-style comment - - C-style-2 comment */ -.c-test={} -.c-test.a=1 -/* Internal comment c-style */ -.c-test.b=2 -// C++-style comment -.cpp-test={} -// Multiline comment cpp-style -// Second line -.cpp-test.c=3 -// Comment before double -.cpp-test.d=4.1 -// Comment before string -.cpp-test.e="e-string" -// Comment before true -.cpp-test.f=true -// Comment before false -.cpp-test.g=false -// Comment before null -.cpp-test.h=null |