annotations tests
parent
a3115d0215
commit
6c723642bd
|
@ -0,0 +1,17 @@
|
||||||
|
USING: annotations math sorting tools.test ;
|
||||||
|
IN: annotations.tests
|
||||||
|
|
||||||
|
: three ( -- x )
|
||||||
|
!BROKEN find a dictionary
|
||||||
|
"threa" ;
|
||||||
|
|
||||||
|
: four ( -- x )
|
||||||
|
!BROKEN this code is broken
|
||||||
|
2 2 + 1+ ;
|
||||||
|
|
||||||
|
: five ( -- x )
|
||||||
|
!TODO return 5
|
||||||
|
f ;
|
||||||
|
|
||||||
|
[ { four three } ] [ BROKENs natural-sort ] unit-test
|
||||||
|
[ { five } ] [ TODOs ] unit-test
|
Loading…
Reference in New Issue