html5lib / html5lib-tests

Testsuite data for html5lib, including the de-facto standard HTML parsing tests.
MIT License
188 stars 61 forks source link

Provide errors for test introduced in #163 #166

Closed flavorjones closed 1 year ago

flavorjones commented 1 year ago

The test introduced in #163 didn't specify the errors generated by the parser given that input. In this PR, I've specified the errors generated by Nokogiri's fork of the Gumbo parser.

If and when #154 et al are merged, these omissions should be more visible.