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
fix sequences.squish test
[factor/jcg.git]
/
extra
/
sequences
/
squish
/
squish-tests.factor
blob
6697ea7c92a05f06a397893db424909e961f57dc
1
! (c)2009 Slava Pestov & Joe Groff, see BSD license
2
USING: kernel sequences sequences.squish tools.test vectors ;
3
IN: sequences.squish.tests
4
5
[ { { 1 2 3 } { 4 } { 5 6 } } ] [
6
V{ { 1 2 3 } V{ { 4 } { 5 6 } } }
7
[ vector? ] { } squish
8
] unit-test