Sync with Latest HTML5lib
Some more tweaks
This commit is contained in:
parent
fd183eac04
commit
8846b2cda5
5 changed files with 48 additions and 27 deletions
|
@ -11,7 +11,7 @@ class TokenizerTestParser
|
|||
debug = nil
|
||||
for token in @tokenizer
|
||||
debug = token.inspect if token[:type] == :ParseError
|
||||
send ('process' + token[:type].to_s), token
|
||||
send(('process' + token[:type].to_s), token)
|
||||
end
|
||||
|
||||
return @outputTokens
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue