factor/library/test/styles.factor

19 lines
339 B
Factor
Raw Normal View History

IN: scratchpad
USE: lists
USE: kernel
2004-10-30 23:18:55 -04:00
USE: presentation
USE: test
[ t ] [ default-style assoc? ] unit-test
[ t ] [
2004-10-30 23:18:55 -04:00
f "fooquux" set-style "fooquux" style default-style =
] unit-test
[ "Sans-Serif" ] [
[
[ "font" | "Sans-Serif" ]
] "fooquux" set-style
2004-10-30 23:18:55 -04:00
"font" "fooquux" style assoc
] unit-test
f "fooquux" set-style