I'd do anything to please the linters

This commit is contained in:
Guillaume Ayoub 2018-02-01 22:16:54 +01:00
parent 2dbfaac159
commit 0621532b28
3 changed files with 2 additions and 3 deletions

View File

@ -972,7 +972,7 @@ def test_html_meta():
<meta name=dummy>
<meta content=ignored>
<meta>
<meta name=keywords content="html , css,
<meta name=keywords content="html ,\tcss,
pdf,css">
<meta name=dcterms.created content=2011-04>
<meta name=dcterms.created content=2011-05>

View File

@ -371,7 +371,7 @@ def test_document_info():
<title>Test document</title>
<h1>Another title</h1>
<meta name=generator content="Human after all">
<meta name=keywords content="html , css,
<meta name=keywords content="html ,\tcss,
pdf,css">
<meta name=description content="Blah… ">
<meta name=dcterms.created content=2011-04>

View File

@ -15,7 +15,6 @@ from __future__ import division, unicode_literals
from .. import CSS, HTML
from .testing_utils import assert_no_logs
PH_TESTING_CSS = CSS(string='''
@page {margin: 0; size: 1000px 1000px}
body {margin: 0}