add some unit tests for generalizations
parent
33709958ae
commit
f784d223fd
|
@ -59,4 +59,11 @@ IN: generalizations.tests
|
||||||
{ 3 5 } [ 2 nweave ] must-infer-as
|
{ 3 5 } [ 2 nweave ] must-infer-as
|
||||||
|
|
||||||
[ { 0 1 2 } { 3 5 4 } { 7 8 6 } ]
|
[ { 0 1 2 } { 3 5 4 } { 7 8 6 } ]
|
||||||
[ 9 [ ] each { [ 3array ] [ swap 3array ] [ rot 3array ] } 3 nspread ] unit-test
|
[ 9 [ ] each { [ 3array ] [ swap 3array ] [ rot 3array ] } 3 nspread ] unit-test
|
||||||
|
|
||||||
|
[ 1 2 3 4 1 2 3 ] [ 1 2 3 4 3 nover ] unit-test
|
||||||
|
|
||||||
|
[ [ 1 2 3 ] [ 1 2 3 ] ]
|
||||||
|
[ 1 2 3 [ ] [ ] 3 nbi-curry ] unit-test
|
||||||
|
|
||||||
|
[ 15 3 ] [ 1 2 3 4 5 [ + + + + ] [ - - - - ] 5 nbi ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue