aboutsummaryrefslogtreecommitdiff
path: root/tests/testdata/bad_input_1.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/bad_input_1.cfg')
-rw-r--r--tests/testdata/bad_input_1.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/testdata/bad_input_1.cfg b/tests/testdata/bad_input_1.cfg
new file mode 100644
index 0000000..ee788b6
--- /dev/null
+++ b/tests/testdata/bad_input_1.cfg
@@ -0,0 +1,7 @@
+
+foo:
+{
+ a = 100;
+ b = 10;
+ a = "hello";
+};