Fix code-block literals raises highlighting warnings by default

This commit is contained in:
Takeshi KOMIYA
2016-02-17 00:46:54 +09:00
parent 881e086e50
commit 423bf7b5e3
3 changed files with 9 additions and 8 deletions

View File

@@ -81,8 +81,8 @@ HTML_XPATH = {
(".//pre", u'Max Strauß'),
(".//a[@href='_downloads/img.png']", ''),
(".//a[@href='_downloads/img1.png']", ''),
(".//pre", u'"quotes"'),
(".//pre", u"'included'"),
(".//pre/span", u'"quotes"'),
(".//pre/span", u"'included'"),
(".//pre/span[@class='s2']", u'üöä'),
(".//div[@class='inc-pyobj1 highlight-text']//pre",
r'^class Foo:\n pass\n\s*$'),