Skip to content
  • Robin Dupret's avatar
    Get rid of Nokogiri for the test suite · 9a2738c1
    Robin Dupret authored
    This is actually not a needed dependency since we were only checking
    whether two different HTML documents were equal, we were sometimes not
    taking care of subtle differences (e.g. Nokogiri will consider <br/>
    and <br> as equal while we should only output the former when the
    `:xhtml` option is enabled).
    9a2738c1