From 70c30b91b83426c04ff3c5f1f54e2dde993f2302 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 14 Dec 2016 18:08:50 -0400 Subject: - Updated tests for lux/macro/ast and lux/macro/syntax. - Added tests for lux/macro/template. --- stdlib/source/lux/macro/template.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/source') 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)) 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))))))))) )) -- cgit v1.2.3