Merge branch 'master' of git://factorcode.org/git/factor
commit
2a435b154f
|
@ -1,6 +1,6 @@
|
||||||
IN: macros.expander.tests
|
IN: macros.expander.tests
|
||||||
USING: macros.expander tools.test math combinators.short-circuit
|
USING: macros.expander tools.test math combinators.short-circuit
|
||||||
kernel ;
|
kernel combinators ;
|
||||||
|
|
||||||
[ t ] [ 20 [ { [ integer? ] [ even? ] [ 10 > ] } 1&& ] expand-macros call ] unit-test
|
[ t ] [ 20 [ { [ integer? ] [ even? ] [ 10 > ] } 1&& ] expand-macros call ] unit-test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue