summaryrefslogtreecommitdiffstats
path: root/contrib/libucl/tests/basic/1.res
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libucl/tests/basic/1.res')
-rw-r--r--contrib/libucl/tests/basic/1.res13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/libucl/tests/basic/1.res b/contrib/libucl/tests/basic/1.res
new file mode 100644
index 0000000..660af9f
--- /dev/null
+++ b/contrib/libucl/tests/basic/1.res
@@ -0,0 +1,13 @@
+key1 = "value";
+key1 = "value2";
+key1 = "value;";
+key1 = 1.0;
+key1 = -3735928559;
+key1 = "0xdeadbeef.1";
+key1 = "0xreadbeef";
+key1 = -1e-10;
+key1 = 1;
+key1 = true;
+key1 = false;
+key1 = true;
+
OpenPOWER on IntegriCloud