From 429e46051dba814e7d6c74368eb1bba550222cbe Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Thu, 1 Dec 2011 22:56:23 +0000 Subject: Imported Upstream version 1.4.8 --- tests/testdata/bad_input_1.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/testdata/bad_input_1.cfg (limited to 'tests/testdata/bad_input_1.cfg') 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"; +}; -- cgit v1.2.3