Sam Ruby wrote: > Passes test_encoding, tests/test_tokenizer, and most of test_parser. > > Some of the existing failures are related to the checking of a specific > ordering of attributes -- something that shouldn't be guaranteed. I > recommend that the dumptree method implementations be changed to sort > attributes by name, and the test cases be updated accordingly.
I found that one of the Python tests were failing for this exactly reason, so I went ahead and made a fix: but not to the test cases or the dumptree methods, but instead to test_parser.(py|rb). - Sam Ruby --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "html5lib-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/html5lib-discuss?hl=en-GB -~----------~----~----~----~------~----~------~--~---
