From 113afd3170557d5eeeefb428c5b6ff22450845ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Fri, 9 May 2025 15:14:33 +0200 Subject: Initial test scripts and configuration --- test/script/parser.et | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/script/parser.et (limited to 'test/script/parser.et') 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 .*/ -- cgit v1.2.3