diff options
Diffstat (limited to '3rdparty/jsoncpp/test/data/test_comment_00.expected')
-rw-r--r-- | 3rdparty/jsoncpp/test/data/test_comment_00.expected | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/3rdparty/jsoncpp/test/data/test_comment_00.expected b/3rdparty/jsoncpp/test/data/test_comment_00.expected new file mode 100644 index 00000000000..284a797d714 --- /dev/null +++ b/3rdparty/jsoncpp/test/data/test_comment_00.expected @@ -0,0 +1,4 @@ +// Comment for array +.=[] +// Comment within array +.[0]="one-element" |