summaryrefslogtreecommitdiffstats
path: root/tests/9.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/9.in')
-rw-r--r--tests/9.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/9.in b/tests/9.in
new file mode 100644
index 0000000..da04e40
--- /dev/null
+++ b/tests/9.in
@@ -0,0 +1,13 @@
+.include "$CURDIR/9.inc"
+.include "$CURDIR/9-empty.inc"
+.include "$CURDIR/9-comment.inc"
+#.include "$CURDIR/9.inc"
+.include "$CURDIR/9.inc"
+
+key = value;
+.include "$CURDIR/9.inc"
+
+.try_include "/non/existent"
+#.try_include "$CURDIR/9.incorrect.inc"
+# 9.incorrect.inc contains '{}}'
+#key = value;
OpenPOWER on IntegriCloud