factor/basis/calendar/format/macros/macros-tests.factor

16 lines
373 B
Factor
Raw Normal View History

USING: tools.test kernel ;
IN: calendar.format.macros
[ 2 ] [ { [ 2 ] } attempt-all-quots ] unit-test
[ 2 ] [ { [ 1 throw ] [ 2 ] } attempt-all-quots ] unit-test
[ { [ 1 throw ] } attempt-all-quots ] [ 1 = ] must-fail-with
2008-06-09 04:20:27 -04:00
: compiled-test-1 ( -- n )
{ [ 1 throw ] [ 2 ] } attempt-all-quots ;
\ compiled-test-1 def>> must-infer
[ 2 ] [ compiled-test-1 ] unit-test