mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Add java htmlparser sources that match the original 52-level state
https://hg.mozilla.org/projects/htmlparser/ Commit: abe62ab2a9b69ccb3b5d8a231ec1ae11154c571d
This commit is contained in:
parent
3efecbe3cc
commit
36189e6a63
248 changed files with 62553 additions and 0 deletions
5
parser/html/java/htmlparser/ruby-gcj/test/domencoding.rb
Normal file
5
parser/html/java/htmlparser/ruby-gcj/test/domencoding.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
require 'nu/validator'
|
||||
|
||||
ARGV.each do |arg|
|
||||
puts Nu::Validator::parse(open(arg)).root.name
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue