]> gitweb.factorcode.org Git - factor.git/blob - basis/sequences/cords/cords-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / basis / sequences / cords / cords-tests.factor
1 USING: sequences.cords strings tools.test kernel sequences ;
2 IN: sequences.cords.tests
3
4 { "hello world" } [ "hello" " world" cord-append dup like ] unit-test