factor/basis/html/elements/elements-tests.factor

6 lines
157 B
Factor
Raw Normal View History

2008-03-01 17:00:45 -05:00
IN: html.elements.tests
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