You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
html5rdf/tests/tokenizer.py:242: in runtest
assert tokensMatch(expected, received, ignoreErrorOrder, True), errorMsg
E AssertionError:
E
E Initial state:
E dataState
E
E Input:
E <!DOCTYPE>
E
E Expected:
E [['DOCTYPE', None, None, None, False]]
E
E received:
E ['ParseError', 'ParseError', ['DOCTYPE', '', None, None, False]]
Yes, I'm aware the tests are failing, I have seen the GitHub actions runs. I haven't had a chance to investigate it yet, other than to confirm the error does not affect the use of this library in the RDFLib project.
Yes, I'm aware the tests are failing, I have seen the GitHub actions runs. I haven't had a chance to investigate it yet, other than to confirm the error does not affect the use of this library in the RDFLib project.
Got it, thank you. For the Debian package I'll ignore the tests.
Thank you for including the tests in html5rdf 1.2.1, however they are failing.
I git bisected it to 7a9f42d
When I run
pytest --pdb
I see failures likeIn addition, another error prevents pytest from showing the errors when not using
--pdb
, as see in the GitHub Actions runs here:https://github.com/RDFLib/html5rdf/actions/runs/11587293764/job/32259253810#step:9:604
The text was updated successfully, but these errors were encountered: