1 IN: macros.expander.tests
2 USING: macros.expander tools.test math combinators.short-circuit
5 [ t ] [ 20 [ { [ integer? ] [ even? ] [ 10 > ] } 1&& ] expand-macros call ] unit-test
7 [ f ] [ 15 [ { [ integer? ] [ even? ] [ 10 > ] } 1&& ] expand-macros call ] unit-test
9 [ f ] [ 5.0 [ { [ integer? ] [ even? ] [ 10 > ] } 1&& ] expand-macros call ] unit-test
11 [ [ no-case ] ] [ [ { } case ] expand-macros ] unit-test