summaryrefslogtreecommitdiff
path: root/tests/basic/23.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/23.in')
-rw-r--r--tests/basic/23.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/basic/23.in b/tests/basic/23.in
new file mode 100644
index 000000000000..8778a5060d09
--- /dev/null
+++ b/tests/basic/23.in
@@ -0,0 +1,8 @@
+a = 1;
+b = 2;
+.include() "${CURDIR}/23-json-with-braces.inc"
+.include() "${CURDIR}/23-json-without-braces.inc"
+.include() "${CURDIR}/23-ucl-with-braces.inc"
+.include() "${CURDIR}/23-ucl-without-braces.inc"
+c = 3;
+d = 4;