summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/jsoncpp/test/data/test_comment_02.expected
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/jsoncpp/test/data/test_comment_02.expected')
-rw-r--r--3rdparty/jsoncpp/test/data/test_comment_02.expected14
1 files changed, 14 insertions, 0 deletions
diff --git a/3rdparty/jsoncpp/test/data/test_comment_02.expected b/3rdparty/jsoncpp/test/data/test_comment_02.expected
new file mode 100644
index 00000000000..88d2bd0dc1b
--- /dev/null
+++ b/3rdparty/jsoncpp/test/data/test_comment_02.expected
@@ -0,0 +1,14 @@
+.={}
+/* 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
+.cpp-test.d=4