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

23 lines
437 B
Factor
Raw Normal View History

IN: temporary
USING: io kernel math namespaces styles test ;
[ ">> + <<" ] [
[
[
H{ { highlight t } } [
H{ } [ "+" write ] with-nesting
] with-style
] string-out
] with-scope
] unit-test
2006-06-17 15:59:44 -04:00
[ "+" ] [
[
[
H{ } [
H{ { highlight t } } [ "+" write ] with-nesting
] with-style
] string-out
] with-scope
] unit-test