aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/parser.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/control/parser.lux4
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/control/parser.lux b/stdlib/source/test/lux/control/parser.lux
index 224943369..d6fa54ee1 100644
--- a/stdlib/source/test/lux/control/parser.lux
+++ b/stdlib/source/test/lux/control/parser.lux
@@ -76,7 +76,9 @@
_
#0))
-(syntax: (match pattern then input)
+(syntax: (match [pattern <code>.any
+ then <code>.any
+ input <code>.any])
(in (list (` (case (~ input)
(^ (#try.Success [(~' _) (~ pattern)]))
(~ then)