aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/cJSON/tests/test2
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cJSON/tests/test2')
-rw-r--r--third_party/cJSON/tests/test211
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/cJSON/tests/test2 b/third_party/cJSON/tests/test2
new file mode 100644
index 0000000000..5600991a4c
--- /dev/null
+++ b/third_party/cJSON/tests/test2
@@ -0,0 +1,11 @@
+{"menu": {
+ "id": "file",
+ "value": "File",
+ "popup": {
+ "menuitem": [
+ {"value": "New", "onclick": "CreateNewDoc()"},
+ {"value": "Open", "onclick": "OpenDoc()"},
+ {"value": "Close", "onclick": "CloseDoc()"}
+ ]
+ }
+}}