factor/basis/compiler/tree/tree-tests.factor

11 lines
188 B
Factor
Raw Normal View History

2015-09-20 05:44:52 -04:00
USING: accessors compiler.tree kernel tools.test ;
IN: compiler.tree.tests
{
"label"
"a-child"
} [
"label" f "a-child" <#recursive>
[ label>> ] [ child>> ] bi
] unit-test