]> gitweb.factorcode.org Git - factor.git/blob - extra/xmode/rules/rules-tests.factor
5fc62f39e971d282b50dff90a759f55e4b12b417
[factor.git] / extra / xmode / rules / rules-tests.factor
1 IN: xmode.rules.tests
2 USING: xmode.rules tools.test ;
3
4 [ { 1 2 3 } ] [ f { 1 2 3 } ?push-all ] unit-test
5 [ { 1 2 3 } ] [ { 1 2 3 } f ?push-all ] unit-test
6 [ V{ 1 2 3 4 5 } ] [ { 1 2 3 } { 4 5 } ?push-all ] unit-test