aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro/template.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/macro/template.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/macro/template.lux b/stdlib/source/test/lux/macro/template.lux
index b129aaaef..9032453c5 100644
--- a/stdlib/source/test/lux/macro/template.lux
+++ b/stdlib/source/test/lux/macro/template.lux
@@ -41,10 +41,10 @@
[left random.nat
mid random.nat
right random.nat]
- (with_expansions [<module> (as_is [-8.9 +6.7 .5 -4 +3 2 #1 #0 #c b "a"])
- <module>' "-8.9+6.7.5-4+32#1#0cba"
- <short> (as_is ["a" b #c #0 #1 2 +3 -4 .5 +6.7 -8.9])
- <short>' "abc#0#12+3-4.5+6.7-8.9"]
+ (with_expansions [<module> (as_is [.5 -4 +3 2 #1 #0 #c b "a"])
+ <module>' ".5-4+32#1#0cba"
+ <short> (as_is ["a" b #c #0 #1 2 +3 -4 .5])
+ <short>' "abc#0#12+3-4.5"]
($_ _.and
(_.cover [/.splice]
(\ (list.equivalence nat.equivalence) =