Update to latest HTML5lib, Add Maruku testdir
Sync with the latest html5lib. Having the Maruku unit tests on-hand may be useful for debugging; so let's include them.
This commit is contained in:
parent
ebc409e1a0
commit
1085168bbf
337 changed files with 21290 additions and 72 deletions
25
vendor/plugins/HTML5lib/Manifest.txt
vendored
25
vendor/plugins/HTML5lib/Manifest.txt
vendored
|
@ -3,7 +3,6 @@ Manifest.txt
|
|||
README
|
||||
Rakefile.rb
|
||||
bin/html5
|
||||
lib/core_ext/string.rb
|
||||
lib/html5.rb
|
||||
lib/html5/constants.rb
|
||||
lib/html5/filters/base.rb
|
||||
|
@ -103,15 +102,15 @@ testdata/validator/ol-start-attribute.test
|
|||
testdata/validator/starttags.test
|
||||
testdata/validator/style-scoped-attribute.test
|
||||
testdata/validator/tabindexattribute.test
|
||||
tests/preamble.rb
|
||||
tests/test_encoding.rb
|
||||
tests/test_lxp.rb
|
||||
tests/test_parser.rb
|
||||
tests/test_sanitizer.rb
|
||||
tests/test_serializer.rb
|
||||
tests/test_sniffer.rb
|
||||
tests/test_stream.rb
|
||||
tests/test_tokenizer.rb
|
||||
tests/test_treewalkers.rb
|
||||
tests/test_validator.rb
|
||||
tests/tokenizer_test_parser.rb
|
||||
test/preamble.rb
|
||||
test/test_encoding.rb
|
||||
test/test_lxp.rb
|
||||
test/test_parser.rb
|
||||
test/test_sanitizer.rb
|
||||
test/test_serializer.rb
|
||||
test/test_sniffer.rb
|
||||
test/test_stream.rb
|
||||
test/test_tokenizer.rb
|
||||
test/test_treewalkers.rb
|
||||
test/test_validator.rb
|
||||
test/tokenizer_test_parser.rb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue