factor/extra/html/elements/elements-tests.factor

5 lines
133 B
Factor
Raw Normal View History

USING: tools.test html.elements io.streams.string ;
2008-01-11 00:48:04 -05:00
{ "<a href='h&amp;o'>" }
[ [ <a "h&o" =href a> ] with-string-writer ] unit-test