summaryrefslogtreecommitdiff
path: root/keama/tests/defaultexpr6.in6
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/defaultexpr6.in6')
-rw-r--r--keama/tests/defaultexpr6.in610
1 files changed, 10 insertions, 0 deletions
diff --git a/keama/tests/defaultexpr6.in6 b/keama/tests/defaultexpr6.in6
new file mode 100644
index 00000000..e81bd8d3
--- /dev/null
+++ b/keama/tests/defaultexpr6.in6
@@ -0,0 +1,10 @@
+# default expressions
+
+# empty configs are not accepted by Kea
+default-lease-time 1800;
+
+# default expression is a variable reference
+foo;
+
+# or a function call when there are parentheses
+bar ("abcd", "xyxt");