diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-05-19 21:39:27 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-05-19 21:39:27 +0200 |
| commit | 340185c5942e71b1cb4cc3cf5972f602eb34c50d (patch) | |
| tree | 54007ee24172b21a4856bd41c7f1b72373a88421 /test | |
| parent | dfa43d2c3ea587e8d816d750cfa7214c6a2eb1b2 (diff) | |
Fix test preamble parsing conflict with local statement
Diffstat (limited to 'test')
| -rw-r--r-- | test/asset/parser/tags.et | 10 |
1 files changed, 10 insertions, 0 deletions
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 |