From dfa43d2c3ea587e8d816d750cfa7214c6a2eb1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 19 May 2026 21:19:43 +0200 Subject: Fix parsing after tag declaration --- test/script/parser.et | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/script') diff --git a/test/script/parser.et b/test/script/parser.et index 1a00bc8..908431e 100644 --- a/test/script/parser.et +++ b/test/script/parser.et @@ -17,3 +17,6 @@ test Parser: send "load ${scripts.path}/function-fail.et" expect /load-failed parse-error/ + + send "load ${scripts.path}/tags.et" + expect /load-done/ -- cgit v1.2.3