6 lines
157 B
Factor
6 lines
157 B
Factor
|
IN: html.elements.tests
|
||
|
USING: tools.test html.elements io.streams.string ;
|
||
|
|
||
|
[ "<a href='h&o'>" ]
|
||
|
[ [ <a "h&o" =href a> ] with-string-writer ] unit-test
|