aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/locale.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/locale.lux24
1 files changed, 12 insertions, 12 deletions
diff --git a/stdlib/source/test/lux/locale.lux b/stdlib/source/test/lux/locale.lux
index 3066230f4..ed9bb4970 100644
--- a/stdlib/source/test/lux/locale.lux
+++ b/stdlib/source/test/lux/locale.lux
@@ -5,22 +5,22 @@
[abstract
[monad {"+" [do]}]
[\\specification
- ["$." equivalence]
- ["$." hash]]]
+ ["$[0]" equivalence]
+ ["$[0]" hash]]]
[math
- ["." random {"+" [Random]} ("#\." monad)]]
+ ["[0]" random {"+" [Random]} ("[1]\[0]" monad)]]
[data
- ["." text ("#\." equivalence)
- ["." encoding {"+" [Encoding]}]]
+ ["[0]" text ("[1]\[0]" equivalence)
+ ["[0]" encoding {"+" [Encoding]}]]
[collection
- ["." list]]]]]
- ["." / "_"
- ["#." language]
- ["#." territory]]
+ ["[0]" list]]]]]
+ ["[0]" / "_"
+ ["[1][0]" language]
+ ["[1][0]" territory]]
[\\library
- ["." /
- ["." language {"+" [Language]}]
- ["." territory {"+" [Territory]}]]])
+ ["[0]" /
+ ["[0]" language {"+" [Language]}]
+ ["[0]" territory {"+" [Territory]}]]])
(def: random_language
(Random Language)