diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-05-19 21:19:43 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-05-19 21:19:43 +0200 |
| commit | dfa43d2c3ea587e8d816d750cfa7214c6a2eb1b2 (patch) | |
| tree | b5f1d04694c35a56bfa072c005124e5914eabae1 /test/script/parser.et | |
| parent | a40b7da1ab4028bba53f9768b7a58a7c619a052d (diff) | |
Fix parsing after tag declaration
Diffstat (limited to 'test/script/parser.et')
| -rw-r--r-- | test/script/parser.et | 3 |
1 files changed, 3 insertions, 0 deletions
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/ |