From 340185c5942e71b1cb4cc3cf5972f602eb34c50d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 19 May 2026 21:39:27 +0200 Subject: Fix test preamble parsing conflict with local statement --- test/asset/parser/tags.et | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/asset') diff --git a/test/asset/parser/tags.et b/test/asset/parser/tags.et index 178295f..3e06e44 100644 --- a/test/asset/parser/tags.et +++ b/test/asset/parser/tags.et @@ -8,3 +8,13 @@ test First: let x = 1 local: let y = 1 + +test Second: + tag: SomeTag + + local: + let x = 1 + +test Third: + local: + let x = 1 -- cgit v1.2.3