summaryrefslogtreecommitdiff
path: root/test/regress/6188B0EC.test
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2012-03-22 18:27:04 +0000
committerMartin Michlmayr <tbm@cyrius.com>2012-03-22 18:27:04 +0000
commitc69701cf81766b05d494eff372e67cb7983d6bcd (patch)
treebafbd82c34594501ed84d02a34c779d9af7d1523 /test/regress/6188B0EC.test
parentd3401dd91d771bebda70cc20a545076f5aa8e4d0 (diff)
downloadfork-ledger-c69701cf81766b05d494eff372e67cb7983d6bcd.tar.gz
fork-ledger-c69701cf81766b05d494eff372e67cb7983d6bcd.tar.bz2
fork-ledger-c69701cf81766b05d494eff372e67cb7983d6bcd.zip
Add some regression tests
Diffstat (limited to 'test/regress/6188B0EC.test')
-rw-r--r--test/regress/6188B0EC.test10
1 files changed, 10 insertions, 0 deletions
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
+