Fixed a testcase in response to issue #415 which is failing as of revision a854e3d2ca07

This commit is contained in:
Daniel Neuhäuser 2010-05-30 04:47:28 +02:00
parent ef2325047c
commit 6f982283ed

View File

@ -72,7 +72,7 @@ HTML_XPATH = {
'autodoc.html': {
".//dt[@id='test_autodoc.Class']": '',
".//dt[@id='test_autodoc.function']/em": r'\*\*kwds',
".//dd": r'Return spam\.',
".//dd/p": r'Return spam\.',
},
'extapi.html': {
".//strong": 'from function: Foo',