dart-lang / html

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.
https://pub.dev/packages/html
Other
277 stars 59 forks source link

Fixes encoding parser to handle whitespace correctly. #5

Closed jmesserly closed 9 years ago

jmesserly commented 9 years ago

Caught this while investigating an unused local. In Python, the iterator would advance, but in the ported code it was not.

jmesserly commented 9 years ago

R= @sigmundch

sigmundch commented 9 years ago

lgtm