Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As promised, here are unit tests for lxml.html.html5parser #43

Closed
wants to merge 3 commits into from

Commits on Apr 1, 2012

  1. Copy the full SHA
    49a49e6 View commit details
    Browse the repository at this point in the history
  2. Fixes so that unit tests run under python 3.1

    Note however that while there is a python3 version of html5lib,
    it appears to be unmaintained, so the worth of all this is
    questionable.
    
    References:
      http://code.google.com/p/html5lib/issues/detail?id=144
      http://code.google.com/p/html5lib/source/browse/#hg%2Fpython3
    dairiki committed Apr 1, 2012
    Copy the full SHA
    4dc02d1 View commit details
    Browse the repository at this point in the history
  3. Add XHTML namespace to wrapper elements if parser is namespacing gene…

    …rated elements
    
    (The default parser generates namespaced elements.)
    dairiki committed Apr 1, 2012
    Copy the full SHA
    3bb3bd8 View commit details
    Browse the repository at this point in the history