summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/jsoncpp/test/data/test_comment_02.expected
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-01-09 21:11:04 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-01-09 21:11:04 +0100
commit2382be9ea8de81e81a4c410342d0c17a2e345565 (patch)
tree9f51ee077b50e571499ed14a826f16059a58ceb8 /3rdparty/jsoncpp/test/data/test_comment_02.expected
parent50a72771ffa24774fa081495766efdaefc47e220 (diff)
removed jsoncpp (nw)
Diffstat (limited to '3rdparty/jsoncpp/test/data/test_comment_02.expected')
-rw-r--r--3rdparty/jsoncpp/test/data/test_comment_02.expected23
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