merge with 1.0

This commit is contained in:
Georg Brandl
2010-08-25 12:02:59 +00:00
8 changed files with 24 additions and 7 deletions

View File

@@ -211,6 +211,8 @@ HTML_XPATH = {
(".//li/a[@href='search.html']/em", 'Search Page'),
# custom sidebar only for contents
(".//h4", 'Contents sidebar'),
# custom JavaScript
(".//script[@src='file://moo.js']", ''),
],
'bom.html': [
(".//title", " File with UTF-8 BOM"),