summaryrefslogtreecommitdiff
path: root/SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_preserve_comment_01.json
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_preserve_comment_01.json')
-rw-r--r--SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_preserve_comment_01.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_preserve_comment_01.json b/SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_preserve_comment_01.json
deleted file mode 100644
index 0291fff00..000000000
--- a/SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_preserve_comment_01.json
+++ /dev/null
@@ -1,14 +0,0 @@
-/* A comment
- at the beginning of the file.
- */
-{
- "first" : 1, // comment after 'first' on the same line
-
-/* Comment before 'second'
- */
- "second" : 2
-}
-
-/* A comment at
- the end of the file.
- */