public
Description: Yet Another Planet Refactoring
Homepage: http://intertwingly.net/blog/2007/12/19/Yet-Another-Planet-Refactoring
Clone URL: git://github.com/rubys/mars.git
Search Repo:
mars / test / html5.rb
100644 8 lines (7 sloc) 0.166 kb
1
2
3
4
5
6
7
8
require 'test/unit'
 
class Html5TestCase < Test::Unit::TestCase
  def test_parse_fragment
    require 'html5'
    assert_equal [], HTML5.parse_fragment('')
  end
end