aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2016-12-14 18:08:50 -0400
committerEduardo Julian2016-12-14 18:08:50 -0400
commit70c30b91b83426c04ff3c5f1f54e2dde993f2302 (patch)
tree3a813727ba012a7baa399a45d646d2715bdfaf89 /stdlib/test/tests.lux
parent9d64d85cbd5a892368cd2c48147753e76ce13dc4 (diff)
- Updated tests for lux/macro/ast and lux/macro/syntax.
- Added tests for lux/macro/template.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 857d5c25c..e225e1f28 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -55,20 +55,20 @@
## ["_;" random]
["_;" simple]
)
- ## (macro [ast]
- ## [syntax])
+ ## [macro]
+ (macro ["_;" ast]
+ ["_;" syntax]
+ ["_;" template])
## [type]
+ ## (type [check] [auto])
## (control ...)
)
)
## (lux (codata [cont])
- ## [macro]
- ## (macro [template]
- ## [poly]
- ## (poly ["poly_;" eq]
- ## ["poly_;" text-encoder]
- ## ["poly_;" functor]))
- ## (type [check] [auto])
+ ## (macro [poly]
+ ## (poly ["poly_;" eq]
+ ## ["poly_;" text-encoder]
+ ## ["poly_;" functor]))
## (control [effect]))
)