diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-09 15:14:33 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-09 21:16:50 +0200 |
commit | 113afd3170557d5eeeefb428c5b6ff22450845ea (patch) | |
tree | 3b13c1db29071d55c08d72c1c1a6d413fa7602a1 /test/script/parser.et | |
parent | 31608670fe91a11b5a51b7a0b627ba4ade56eaa1 (diff) |
Initial test scripts and configuration
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 .*/ |