From 9f488411284608260cf5b449f2bcc87d35d0a18d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 10 May 2025 20:56:07 +0200 Subject: =?UTF-8?q?Fix=20parser=20indentation=20check=20after=20=E2=80=98e?= =?UTF-8?q?xport=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/script/parser.et | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'test/script/parser.et') diff --git a/test/script/parser.et b/test/script/parser.et index ee99989..554e345 100644 --- a/test/script/parser.et +++ b/test/script/parser.et @@ -1,7 +1,13 @@ module parser -test ModuleNotFound: +asset scripts: + path: ../asset/parser + +test Parser: spawn as p with p: send "load non-existing-file.et" expect /load-failed file-not-found .*/ + + send "load ${scripts.path}/indent.et" + expect /load-done/ -- cgit v1.2.3