/extra/html/elements/elements-tests.factor
http://github.com/abeaumont/factor · Factor · 5 lines · 4 code · 1 blank · 0 comment · 1 complexity · 0f7ac836be62ccdf8903c680cc602d6f MD5 · raw file
- 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