novi upstream verzije 2.8.3
[ossec-hids.git] / src / external / cJSON / tests / test1
diff --git a/src/external/cJSON/tests/test1 b/src/external/cJSON/tests/test1
new file mode 100644 (file)
index 0000000..eacfbf5
--- /dev/null
@@ -0,0 +1,22 @@
+{
+    "glossary": {
+        "title": "example glossary",
+               "GlossDiv": {
+            "title": "S",
+                       "GlossList": {
+                "GlossEntry": {
+                    "ID": "SGML",
+                                       "SortAs": "SGML",
+                                       "GlossTerm": "Standard Generalized Markup Language",
+                                       "Acronym": "SGML",
+                                       "Abbrev": "ISO 8879:1986",
+                                       "GlossDef": {
+                        "para": "A meta-markup language, used to create markup languages such as DocBook.",
+                                               "GlossSeeAlso": ["GML", "XML"]
+                    },
+                                       "GlossSee": "markup"
+                }
+            }
+        }
+    }
+}