aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/parser/synthesis.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/control/parser/synthesis.lux')
-rw-r--r--stdlib/source/test/lux/control/parser/synthesis.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/test/lux/control/parser/synthesis.lux b/stdlib/source/test/lux/control/parser/synthesis.lux
index cd617ff8d..753091e27 100644
--- a/stdlib/source/test/lux/control/parser/synthesis.lux
+++ b/stdlib/source/test/lux/control/parser/synthesis.lux
@@ -33,12 +33,12 @@
["." /]])
(template: (!expect <pattern> <value>)
- (case <value>
- <pattern>
- true
-
- _
- false))
+ [(case <value>
+ <pattern>
+ true
+
+ _
+ false)])
(def: random_constant
(Random Name)
@@ -158,7 +158,7 @@
(exception.match? /.cannot_parse error)))))))
))
-(def: #export test
+(def: .public test
Test
(<| (_.covering /._)
(_.for [/.Parser])