/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

  1. IN: html.elements.tests
  2. USING: tools.test html.elements io.streams.string ;
  3. [ "<a href='h&amp;o'>" ]
  4. [ [ <a "h&o" =href a> ] with-string-writer ] unit-test