diff options
Diffstat (limited to 'test/script/parser.et')
-rw-r--r-- | test/script/parser.et | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/script/parser.et b/test/script/parser.et new file mode 100644 index 0000000..ee99989 --- /dev/null +++ b/test/script/parser.et @@ -0,0 +1,7 @@ +module parser + +test ModuleNotFound: + spawn as p + with p: + send "load non-existing-file.et" + expect /load-failed file-not-found .*/ |