merge with 0.6

This commit is contained in:
Georg Brandl
2009-12-31 09:49:12 +01:00
5 changed files with 10 additions and 4 deletions

View File

@@ -108,6 +108,7 @@ HTML_XPATH = {
},
'contents.html': {
".//meta[@name='hc'][@content='hcval']": '',
".//meta[@name='hc_co'][@content='hcval_co']": '',
".//meta[@name='testopt'][@content='testoverride']": '',
#".//td[@class='label']": r'\[Ref1\]', # docutils 0.5 only
".//td[@class='label']": '',
@@ -181,6 +182,7 @@ def check_xpath(etree, fname, path, check):
[node.text for node in nodes]))
@gen_with_app(buildername='html', warning=html_warnfile, cleanenv=True,
confoverrides={'html_context.hckey_co': 'hcval_co'},
tags=['testtag'])
def test_html(app):
app.builder.build_all()