aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/documentation.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-03-15 07:24:35 -0400
committerEduardo Julian2022-03-15 07:24:35 -0400
commitbc36487224f670c23002cc4575c0dba3e5dc1be1 (patch)
tree01601f7e5d992ace77a16cfa90240ffc4511a7af /stdlib/source/test/lux/documentation.lux
parent4ef1ac1dfe0edd1a11bb7f1fd13c8b6cb8f1bab4 (diff)
De-sigil-ification: ^
Diffstat (limited to 'stdlib/source/test/lux/documentation.lux')
-rw-r--r--stdlib/source/test/lux/documentation.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/documentation.lux b/stdlib/source/test/lux/documentation.lux
index 692b28b43..9e6566d91 100644
--- a/stdlib/source/test/lux/documentation.lux
+++ b/stdlib/source/test/lux/documentation.lux
@@ -53,7 +53,7 @@
($_ _.and
(_.cover [/.default]
(case (`` (/.default (~~ (template.symbol [.._] [g!default]))))
- (^ (list definition))
+ (pattern (list definition))
(and (|> definition
(the /.#definition)
(text#= (template.text [g!default])))
@@ -67,7 +67,7 @@
false))
(_.cover [/.documentation:]
(case ..documentation:
- (^ (list documentation:))
+ (pattern (list documentation:))
(and (|> documentation:
(the /.#definition)
(text#= (template.text [/.documentation:])))
@@ -97,7 +97,7 @@
(text.contains? (template.text ['super_description'])
(/.documentation super))
(case ..documentation:
- (^ (list documentation:))
+ (pattern (list documentation:))
(text.contains? (md.markdown (the /.#documentation documentation:))
(/.documentation super))