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

Test HTML of all panels is valid; fix invalid #947

Merged
merged 1 commit into from
May 17, 2017
Merged

Test HTML of all panels is valid; fix invalid #947

merged 1 commit into from
May 17, 2017

Conversation

jdufresne
Copy link
Member

A number of one-off commits have fixed invalid HTML:

Most recently, templates.html was discovered to contain invalid HTML. To
avoid regressions on valid HTML, add tests for valid HTML across many
panels.

Added new test dependency, html5lib.

A number of one-off commits have fixed invalid HTML:

- 83edbac
- 408f4ea

Most recently, templates.html was discovered to contain invalid HTML. To
avoid regressions on valid HTML, add tests for valid HTML across many
panels.

Added new test dependency, html5lib.
@codecov
Copy link

codecov bot commented May 17, 2017

Codecov Report

Merging #947 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #947   +/-   ##
=======================================
  Coverage   83.14%   83.14%           
=======================================
  Files          28       28           
  Lines        1643     1643           
  Branches      249      249           
=======================================
  Hits         1366     1366           
  Misses        202      202           
  Partials       75       75

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7f18755...09311bb. Read the comment docs.

@matthiask matthiask merged commit 929df13 into jazzband:master May 17, 2017
@matthiask
Copy link
Member

Thank you!

@jdufresne jdufresne deleted the templates-escape branch June 2, 2017 04:43
@jdufresne
Copy link
Member Author

Would it be possible to get a new release that includes this fix? It is difficult for my project to upgrade django-debug-toolbar as the invalid HTML in the most recent release causes some integration test failures. Thanks!

@matthiask
Copy link
Member

I just released 1.9. Thanks for all the work you put into this release!

@jdufresne
Copy link
Member Author

Thanks for the very quick response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants