factor/core/ui/test/presentations.factor

14 lines
281 B
Factor

IN: temporary
USING: math gadgets-presentations gadgets generic test
prettyprint gadgets-buttons io kernel ;
[ t ] [
"Hi" \ + <presentation> [ gadget? ] is?
] unit-test
[ "+" ] [
[
\ + f \ pprint <command-button> dup button-quot call
] string-out
] unit-test