aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/test/tests.lux')
-rw-r--r--stdlib/test/tests.lux9
1 files changed, 5 insertions, 4 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 0a609ce13..a663db7bf 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -21,7 +21,8 @@
["_;" cont]
["_;" reader]
["_;" state]
- ["_;" thunk])
+ ["_;" thunk]
+ ["_;" parser])
(data ["_;" bit]
["_;" bool]
["_;" char]
@@ -31,11 +32,11 @@
["_;" log]
["_;" maybe]
["_;" number]
- (number ["_;" ratio]
- ["_;" complex])
["_;" product]
["_;" sum]
["_;" text]
+ (number ["_;" ratio]
+ ["_;" complex])
(format ["_;" json]
["_;" xml])
(coll ["_;" array]
@@ -67,7 +68,7 @@
["_;" type]
(type ["_;" check]
["_;" auto])
- (paradigm ["_;" object])
+ ## (paradigm ["_;" object])
))
(lux (control [contract])
(data [env]