diff options
author | Eduardo Julian | 2016-12-14 18:08:50 -0400 |
---|---|---|
committer | Eduardo Julian | 2016-12-14 18:08:50 -0400 |
commit | 70c30b91b83426c04ff3c5f1f54e2dde993f2302 (patch) | |
tree | 3a813727ba012a7baa399a45d646d2715bdfaf89 /stdlib/source | |
parent | 9d64d85cbd5a892368cd2c48147753e76ce13dc4 (diff) |
- Updated tests for lux/macro/ast and lux/macro/syntax.
- Added tests for lux/macro/template.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/macro/template.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/macro/template.lux b/stdlib/source/lux/macro/template.lux index fe533cae8..e66d386d8 100644 --- a/stdlib/source/lux/macro/template.lux +++ b/stdlib/source/lux/macro/template.lux @@ -49,6 +49,6 @@ (: (Dict Text AST) (dict;new text;Hash<Text>)) args)] (wrap (list (` (syntax: (~@ (common;gen-export-level _ex-lev)) ((~ (ast;symbol ["" name])) - (~@ (map (|>. [""] ast;symbol) args))) + (~@ (map (|>. [""] ast;symbol) args))) ((~' wrap) (list (` (~ (prepare bindings template))))))))) )) |