aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-03-22 22:48:17 -0400
committerEduardo Julian2019-03-22 22:48:17 -0400
commitf28169f3ab674651fceff0c4c9989f5cc62b616b (patch)
tree3abda427fe97b3d343bcd12cee6a22e68f171f27 /stdlib/source/test/lux.lux
parenta14cef9af5ddd60034152f94adad28352135350d (diff)
Ported tests for text-related modules.
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux.lux9
1 files changed, 3 insertions, 6 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index 6543576a2..c61891996 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -28,6 +28,9 @@
[locale (#+)
[language (#+)]
[territory (#+)]]
+ [data
+ [text
+ [format (#+)]]]
## TODO: Test these modules
[data
[format
@@ -117,12 +120,6 @@
## ## [semaphore (#+)]
## ]]
## [data
- ## [product (#+)]
- ## [sum (#+)]
- ## [text (#+)
- ## ## [format (#+)]
- ## [lexer (#+)]
- ## [regex (#+)]]
## [format
## ## [json (#+)]
## [xml (#+)]]