validator / htmlparser

The Validator.nu HTML parser https://about.validator.nu/htmlparser/
Other
56 stars 26 forks source link

Make TokenizerTester handle double-escaped tests #39

Closed sideshowbarker closed 3 years ago

sideshowbarker commented 4 years ago

This change makes TokenizerTester correctly handle tests in html5lib-tests suite which have cases with so-called “double-escaped” input and outputs values — for example, values that contain the literals\u0000and\uFFFDrather than\u0000and\uFFFD`.

hsivonen commented 3 years ago

I pushed this via the command line as 7f0ae26a2bae5c5e4376e6b09a4b7b51890b7df9 and now I don't know how to make the GitHub PR metadata say merged instead of closed.

Thanks and sorry about the bad metadata state.