]> gitweb.factorcode.org Git - factor.git/blob - basis/cords/cords-tests.factor
898e4e51c804fc4a94b91e2072842115a406366a
[factor.git] / basis / cords / cords-tests.factor
1 USING: cords strings tools.test kernel sequences ;
2 IN: cords.tests
3
4 [ "hello world" ] [ "hello" " world" cord-append dup like ] unit-test
5 [ "hello world" ] [ { "he" "llo" " world" } cord-concat dup like ] unit-test