repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Help lint: check for empty description elements
[factor/jcg.git]
/
basis
/
cords
/
cords-tests.factor
blob
0058c8f07a6c59045d92bbc3ff2d835579df1ae2
1
IN: cords.tests
2
USING: cords strings tools.test kernel sequences ;
3
4
[ "hello world" ] [ "hello" " world" cord-append dup like ] unit-test
5
[ "hello world" ] [ { "he" "llo" " world" } cord-concat dup like ] unit-test