4dd70af5ae
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.
8 lines
130 B
Ruby
8 lines
130 B
Ruby
require 'rake'
|
|
require 'rake/testtask'
|
|
|
|
Rake::TestTask.new do |task|
|
|
task.pattern = 'tests/test_*.rb'
|
|
task.verbose = true
|
|
end
|