aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/cJSON/tests/test1
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cJSON/tests/test1')
-rw-r--r--third_party/cJSON/tests/test122
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/cJSON/tests/test1 b/third_party/cJSON/tests/test1
new file mode 100644
index 0000000000..eacfbf5e60
--- /dev/null
+++ b/third_party/cJSON/tests/test1
@@ -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"
+ }
+ }
+ }
+ }
+}