summaryrefslogtreecommitdiff
path: root/src/3rdParty/json-c/tests/test2Formatted_pretty.expected
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdParty/json-c/tests/test2Formatted_pretty.expected')
-rw-r--r--src/3rdParty/json-c/tests/test2Formatted_pretty.expected23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/3rdParty/json-c/tests/test2Formatted_pretty.expected b/src/3rdParty/json-c/tests/test2Formatted_pretty.expected
new file mode 100644
index 0000000..8d6d740
--- /dev/null
+++ b/src/3rdParty/json-c/tests/test2Formatted_pretty.expected
@@ -0,0 +1,23 @@
+new_obj.to_string()={
+ "glossary":{
+ "title":"example glossary",
+ "GlossDiv":{
+ "title":"S",
+ "GlossList":[
+ {
+ "ID":"SGML",
+ "SortAs":"SGML",
+ "GlossTerm":"Standard Generalized Markup Language",
+ "Acronym":"SGML",
+ "Abbrev":"ISO 8879:1986",
+ "GlossDef":"A meta-markup language, used to create markup languages such as DocBook.",
+ "GlossSeeAlso":[
+ "GML",
+ "XML",
+ "markup"
+ ]
+ }
+ ]
+ }
+ }
+}