2010-02-01 21:44:09 -05:00
|
|
|
USING: game.models.util tools.test make accessors kernel ;
|
|
|
|
IN: game.models.util.tests
|
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ V{ 1 2 3 4 } } [
|
2010-02-01 21:44:09 -05:00
|
|
|
[ 1 , 1 , 2 , 3 , 3 , 4 , ]
|
|
|
|
V{ } V{ } H{ } <indexed-seq> make
|
|
|
|
dseq>>
|
|
|
|
] unit-test
|
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ V{ 0 0 1 2 2 3 } } [
|
2010-02-01 21:44:09 -05:00
|
|
|
[ 1 , 1 , 2 , 3 , 3 , 4 , ]
|
|
|
|
V{ } V{ } H{ } <indexed-seq> make
|
|
|
|
iseq>>
|
|
|
|
] unit-test
|