aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2020-06-11 00:28:20 -0400
committerEduardo Julian2020-06-11 00:28:20 -0400
commitdef9629b35a434b3441aa15b89746b21d6c298ec (patch)
tree1b7f6ef8cc76a0d9f4e3c74d4d20239a43955873 /stdlib/source/lux.lux
parentbbb6356a4a4f853dc48a54f1668c6712f0ef659f (diff)
Updated test for function optimization.
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux
index bda5f60d9..e76d59d1a 100644
--- a/stdlib/source/lux.lux
+++ b/stdlib/source/lux.lux
@@ -1814,7 +1814,7 @@
(return (wrap-meta (form$ (list (tag$ ["lux" "Frac"]) (frac$ value)))))
[_ [_ (#Text value)]]
- (return (wrap-meta (form$ (list (tag$ ["lux" "Text"]) (text$ value)))))
+ (return (untemplate-text value))
[#0 [_ (#Tag [module name])]]
(return (wrap-meta (form$ (list (tag$ ["lux" "Tag"]) (tuple$ (list (text$ module) (text$ name)))))))