Sync with latest HTML5lib and latest Maruku

This commit is contained in:
Jacques Distler 2007-07-04 17:36:59 -05:00
parent 8e92e4a3ab
commit 8ccaad85a5
71 changed files with 1974 additions and 1621 deletions

View file

@ -1,9 +1,9 @@
require File.join(File.dirname(__FILE__), 'preamble')
require 'html5lib/inputstream'
require 'html5/inputstream'
class HTMLInputStreamTest < Test::Unit::TestCase
include HTML5lib
include HTML5
def test_char_ascii
stream = HTMLInputStream.new("'", :encoding=>'ascii')