aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/static.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/static.lux')
-rw-r--r--stdlib/source/test/lux/static.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/static.lux b/stdlib/source/test/lux/static.lux
index e048503ba..98b8c32eb 100644
--- a/stdlib/source/test/lux/static.lux
+++ b/stdlib/source/test/lux/static.lux
@@ -5,7 +5,7 @@
["@" target]
["[0]" meta]
[data
- ["[0]" text ("[1]\[0]" equivalence)
+ ["[0]" text ("[1]#[0]" equivalence)
["%" format {"+" [format]}]]]
[macro
["[0]" code]]
@@ -61,7 +61,7 @@
<l+r> (/.text (format <left> <right>))]
(case (' <l+r>)
[_ {.#Text l+r}]
- (text\= l+r (format <left> <right>))
+ (text#= l+r (format <left> <right>))
_
false)))
@@ -71,7 +71,7 @@
<l+r> (/.literal code.text (format <left> <right>))]
(case (' <l+r>)
[_ {.#Text l+r}]
- (text\= l+r (format <left> <right>))
+ (text#= l+r (format <left> <right>))
_
false)))