aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/cJSON/tests/test5
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nnoble@google.com>2015-01-21 15:48:36 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2015-01-22 15:32:02 -0800
commit614c2bf99b1865761e5a05a56faf1ad8f26138ff (patch)
tree4130b19697754e535c1b91cb436d5b8b54c1e908 /third_party/cJSON/tests/test5
parent85eea08ba8109dc9bd2b798146a5140342505f77 (diff)
Replacing cJSON with our own code instead.
Diffstat (limited to 'third_party/cJSON/tests/test5')
-rw-r--r--third_party/cJSON/tests/test527
1 files changed, 0 insertions, 27 deletions
diff --git a/third_party/cJSON/tests/test5 b/third_party/cJSON/tests/test5
deleted file mode 100644
index 49980ca25b..0000000000
--- a/third_party/cJSON/tests/test5
+++ /dev/null
@@ -1,27 +0,0 @@
-{"menu": {
- "header": "SVG Viewer",
- "items": [
- {"id": "Open"},
- {"id": "OpenNew", "label": "Open New"},
- null,
- {"id": "ZoomIn", "label": "Zoom In"},
- {"id": "ZoomOut", "label": "Zoom Out"},
- {"id": "OriginalView", "label": "Original View"},
- null,
- {"id": "Quality"},
- {"id": "Pause"},
- {"id": "Mute"},
- null,
- {"id": "Find", "label": "Find..."},
- {"id": "FindAgain", "label": "Find Again"},
- {"id": "Copy"},
- {"id": "CopyAgain", "label": "Copy Again"},
- {"id": "CopySVG", "label": "Copy SVG"},
- {"id": "ViewSVG", "label": "View SVG"},
- {"id": "ViewSource", "label": "View Source"},
- {"id": "SaveAs", "label": "Save As"},
- null,
- {"id": "Help"},
- {"id": "About", "label": "About Adobe CVG Viewer..."}
- ]
-}}