]> gitweb.factorcode.org Git - factor.git/blobdiff - core/splitting/splitting-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / splitting / splitting-tests.factor
index 4b871c6ee246788378c25ee0d29b197fee2afbe4..875f8061fd4e052e558dcbe2384d93a7cac3b3e9 100644 (file)
@@ -1,5 +1,4 @@
-USING: splitting tools.test kernel sequences arrays strings ascii math ;
-IN: splitting.tests
+USING: ascii kernel math sequences splitting strings tools.test ;
 
 { "hello" "world ." } [ "hello world ." " " split1 ] unit-test
 { "hello" "world-+." } [ "hello-+world-+." "-+" split1 ] unit-test