5 lines
113 B
Factor
5 lines
113 B
Factor
|
USING: assocs tools.test ;
|
||
|
IN: xml.data
|
||
|
|
||
|
{ "bob" } [ "test" { { "name" "bob" } } { } <tag> "name" of ] unit-test
|