summaryrefslogtreecommitdiffstats
path: root/plugins/omelasticsearch/cJSON/tests/test3
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-29 11:49:07 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-29 11:49:07 +0100
commitb11c85aac8b41eb74fb14c486f88940df8819bbc (patch)
tree86e0beb87d6eb77e1704c97599f1942574bd357c /plugins/omelasticsearch/cJSON/tests/test3
parente6424d4e52c204af2fdb8285b24a0219c759df51 (diff)
downloadrsyslog-b11c85aac8b41eb74fb14c486f88940df8819bbc.tar.gz
rsyslog-b11c85aac8b41eb74fb14c486f88940df8819bbc.tar.bz2
rsyslog-b11c85aac8b41eb74fb14c486f88940df8819bbc.zip
move cJSON to omelasticsearch
the rsyslog runtime itself now uses json-c, but omelasticsearch currently depends on cJSON. We will change this, but not yet. Let's merge as is and see that it works well ;)
Diffstat (limited to 'plugins/omelasticsearch/cJSON/tests/test3')
-rw-r--r--plugins/omelasticsearch/cJSON/tests/test326
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/omelasticsearch/cJSON/tests/test3 b/plugins/omelasticsearch/cJSON/tests/test3
new file mode 100644
index 00000000..5662b377
--- /dev/null
+++ b/plugins/omelasticsearch/cJSON/tests/test3
@@ -0,0 +1,26 @@
+{"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