factor/library/test/io/nested-style.factor

15 lines
290 B
Factor
Raw Normal View History

IN: temporary
USING: io kernel math namespaces styles test ;
! Make sure everything here works...
[ ">> + <<" ] [
[
[
H{ { highlight t } } [
H{ } [ "+" write ] with-nesting
] with-style
] string-out
] with-scope
] unit-test