summaryrefslogtreecommitdiffstats
path: root/contrib/libucl/tests
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-03-10 10:39:29 +0000
committerbapt <bapt@FreeBSD.org>2014-03-10 10:39:29 +0000
commit50635436ebf5c6eea0ba4c293e67521eb3ca6fd5 (patch)
treec0234a5bbb7dc3cc808cdd6b0b6249f1d3f031dd /contrib/libucl/tests
parent839805534c2ca18d328aa5025aeee4a678ab7f83 (diff)
parentf90b2a4ce9b9dc56b8f7252f74ad07aef32bcf7a (diff)
downloadFreeBSD-src-50635436ebf5c6eea0ba4c293e67521eb3ca6fd5.zip
FreeBSD-src-50635436ebf5c6eea0ba4c293e67521eb3ca6fd5.tar.gz
Update libucl to 2014-03-03
Diffstat (limited to 'contrib/libucl/tests')
-rw-r--r--contrib/libucl/tests/10.in1
-rw-r--r--contrib/libucl/tests/8.in2
-rw-r--r--contrib/libucl/tests/8.res2
3 files changed, 5 insertions, 0 deletions
diff --git a/contrib/libucl/tests/10.in b/contrib/libucl/tests/10.in
new file mode 100644
index 0000000..560150c
--- /dev/null
+++ b/contrib/libucl/tests/10.in
@@ -0,0 +1 @@
+a []
diff --git a/contrib/libucl/tests/8.in b/contrib/libucl/tests/8.in
index 5559b3c..605c0c9 100644
--- a/contrib/libucl/tests/8.in
+++ b/contrib/libucl/tests/8.in
@@ -19,3 +19,5 @@ section test {
section foo { # test
param = 123.2;
}
+
+array = []
diff --git a/contrib/libucl/tests/8.res b/contrib/libucl/tests/8.res
index 36eb39a..54c904e 100644
--- a/contrib/libucl/tests/8.res
+++ b/contrib/libucl/tests/8.res
@@ -33,4 +33,6 @@ section {
param = 123.200000;
}
}
+array [
+]
OpenPOWER on IntegriCloud