aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/cJSON/tests/test3
diff options
context:
space:
mode:
authorGravatar murgatroid99 <michael.lumish@gmail.com>2015-01-29 09:38:42 -0800
committerGravatar murgatroid99 <michael.lumish@gmail.com>2015-01-29 09:38:42 -0800
commit5582b2d1d7a9c0537b3196f70fe7bd3c85310e64 (patch)
tree17f1b775da58aac6836f65889d4a9e03db735cb5 /third_party/cJSON/tests/test3
parent684f6f4359a4c09b3430ae8da80f9db5ac00a603 (diff)
parent9b3809f99f50c579aa2a21246514ae15b332187a (diff)
Merge branch 'master' of github.com:google/grpc into node_server_metadata
Diffstat (limited to 'third_party/cJSON/tests/test3')
-rw-r--r--third_party/cJSON/tests/test326
1 files changed, 0 insertions, 26 deletions
diff --git a/third_party/cJSON/tests/test3 b/third_party/cJSON/tests/test3
deleted file mode 100644
index 5662b3774e..0000000000
--- a/third_party/cJSON/tests/test3
+++ /dev/null
@@ -1,26 +0,0 @@
-{"widget": {
- "debug": "on",
- "window": {
- "title": "Sample Konfabulator Widget",
- "name": "main_window",
- "width": 500,
- "height": 500
- },
- "image": {
- "src": "Images/Sun.png",
- "name": "sun1",
- "hOffset": 250,
- "vOffset": 250,
- "alignment": "center"
- },
- "text": {
- "data": "Click Here",
- "size": 36,
- "style": "bold",
- "name": "text1",
- "hOffset": 250,
- "vOffset": 100,
- "alignment": "center",
- "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
- }
-}} \ No newline at end of file