HTML5lib is Back.
Synced with latest version of HTML5lib, which fixes problem with Astral plane characters. I should really do some tests, but the HTML5lib Sanitizer seems to be 2-5 times slower than the old sanitizer.
This commit is contained in:
parent
e1a6827f1f
commit
4dd70af5ae
39 changed files with 4843 additions and 5576 deletions
4
vendor/plugins/HTML5lib/Rakefile.rb
vendored
4
vendor/plugins/HTML5lib/Rakefile.rb
vendored
|
@ -2,6 +2,6 @@ require 'rake'
|
|||
require 'rake/testtask'
|
||||
|
||||
Rake::TestTask.new do |task|
|
||||
task.pattern = 'tests/test_*.rb'
|
||||
task.verbose = true
|
||||
task.pattern = 'tests/test_*.rb'
|
||||
task.verbose = true
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue