From c69701cf81766b05d494eff372e67cb7983d6bcd Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Thu, 22 Mar 2012 18:27:04 +0000 Subject: Add some regression tests --- test/regress/6188B0EC.test | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/regress/6188B0EC.test (limited to 'test/regress/6188B0EC.test') diff --git a/test/regress/6188B0EC.test b/test/regress/6188B0EC.test new file mode 100644 index 00000000..475988e6 --- /dev/null +++ b/test/regress/6188B0EC.test @@ -0,0 +1,10 @@ +; Test for: No error message if the parser cannot find an included file + +!include 6188B0EC-does-not-exist.dat + +test bal -> 1 +__ERROR__ +While parsing file "$sourcepath/test/regress/6188B0EC.test", line 3: +Error: File to include was not found: "$sourcepath/test/regress/6188B0EC-does-not-exist.dat" +end test + -- cgit v1.2.3