]> gitweb.factorcode.org Git - factor.git/blob - basis/xml/data/data-tests.factor
more test IN: cleanup.
[factor.git] / basis / xml / data / data-tests.factor
1 USING: assocs tools.test xml.data ;
2
3 { "bob" } [ "test" { { "name" "bob" } } { } <tag> "name" of ] unit-test