Add tests for HTML escaping.

This commit is contained in:
Georg Brandl
2008-11-23 15:22:09 +01:00
parent 410ac72590
commit 91c31181b0
3 changed files with 6 additions and 4 deletions

View File

@@ -72,6 +72,8 @@ HTML_XPATH = {
".//td[@class='label']": '[Ref1]',
".//li[@class='toctree-l1']/a": 'Testing various markup',
".//li[@class='toctree-l2']/a": 'Admonitions',
".//title": 'Sphinx <Tests>',
".//div[@class='footer']": 'Georg Brandl & Team',
},
}