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

23 lines
437 B
Factor

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