summaryrefslogtreecommitdiff
path: root/test/script
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-08-26 20:56:55 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-08-27 23:04:38 +0200
commita9d6eacb3aaa0e7acc5abc931061e07549f1c20e (patch)
tree28f9b5eab2f6dbf3a1326e5f2196a9a6645887dd /test/script
parentdbe93a84ba9b4d5c9aa5af2aecd5362f644c811d (diff)
Parse type annotations in expressions
Diffstat (limited to 'test/script')
-rw-r--r--test/script/parser.et1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/script/parser.et b/test/script/parser.et
index a4e4e2f..d387877 100644
--- a/test/script/parser.et
+++ b/test/script/parser.et
@@ -23,3 +23,4 @@ test Parser:
expect_load_success using p of "function"
expect_load_failure using p of "function-fail" giving "parse-error"
expect_load_success using p of "tags"
+ expect_load_success using p of "type-annotation"