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

23 lines
431 B
Factor
Raw Normal View History

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