diff options
author | Eduardo Julian | 2022-07-08 02:09:34 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-07-08 02:09:34 -0400 |
commit | 523074289af8d9b473ed89e60fa586498de75aff (patch) | |
tree | ff5f75b4e3b20ce5e74963365874b699434b200a /stdlib/source/test | |
parent | fc6e6f19818dc24c8932b74a274b081f5720fda4 (diff) |
Moved "lux/locale" to "lux/world/locale".
Diffstat (limited to 'stdlib/source/test')
-rw-r--r-- | stdlib/source/test/lux.lux | 2 | ||||
-rw-r--r-- | stdlib/source/test/lux/world.lux | 4 | ||||
-rw-r--r-- | stdlib/source/test/lux/world/locale.lux (renamed from stdlib/source/test/lux/locale.lux) | 0 | ||||
-rw-r--r-- | stdlib/source/test/lux/world/locale/language.lux (renamed from stdlib/source/test/lux/locale/language.lux) | 0 | ||||
-rw-r--r-- | stdlib/source/test/lux/world/locale/territory.lux (renamed from stdlib/source/test/lux/locale/territory.lux) | 0 |
5 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index 7212f5fb4..23d89ee6e 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -47,7 +47,6 @@ ["[1][0]" debug] ["[1][0]" documentation] - ["[1][0]" locale] ["[1][0]" math] ["[1][0]" meta] @@ -1204,7 +1203,6 @@ /debug.test /documentation.test - /locale.test /math.test /meta.test diff --git a/stdlib/source/test/lux/world.lux b/stdlib/source/test/lux/world.lux index e0018ab8b..0f8c65711 100644 --- a/stdlib/source/test/lux/world.lux +++ b/stdlib/source/test/lux/world.lux @@ -16,7 +16,8 @@ ["[1]/[0]" http ["[1]/[0]" client] ["[1]/[0]" status]]] - ["[1][0]" time]]) + ["[1][0]" time] + ["[1][0]" locale]]) (def .public test Test @@ -30,4 +31,5 @@ /net/http/client.test /net/http/status.test /time.test + /locale.test )) diff --git a/stdlib/source/test/lux/locale.lux b/stdlib/source/test/lux/world/locale.lux index b7c99d34a..b7c99d34a 100644 --- a/stdlib/source/test/lux/locale.lux +++ b/stdlib/source/test/lux/world/locale.lux diff --git a/stdlib/source/test/lux/locale/language.lux b/stdlib/source/test/lux/world/locale/language.lux index edabb90d2..edabb90d2 100644 --- a/stdlib/source/test/lux/locale/language.lux +++ b/stdlib/source/test/lux/world/locale/language.lux diff --git a/stdlib/source/test/lux/locale/territory.lux b/stdlib/source/test/lux/world/locale/territory.lux index 969fe32a1..969fe32a1 100644 --- a/stdlib/source/test/lux/locale/territory.lux +++ b/stdlib/source/test/lux/world/locale/territory.lux |