summaryrefslogtreecommitdiffstats
path: root/contrib/libucl/tests/basic/1.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libucl/tests/basic/1.in')
-rw-r--r--contrib/libucl/tests/basic/1.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/libucl/tests/basic/1.in b/contrib/libucl/tests/basic/1.in
new file mode 100644
index 0000000..9c14df6
--- /dev/null
+++ b/contrib/libucl/tests/basic/1.in
@@ -0,0 +1,14 @@
+{
+"key1": value;
+"key1": value2;
+"key1": "value;"
+"key1": 1.0,
+"key1": -0xdeadbeef
+"key1": 0xdeadbeef.1
+"key1": 0xreadbeef
+"key1": -1e-10,
+"key1": 1
+"key1": true
+"key1": no
+"key1": yes
+}
OpenPOWER on IntegriCloud