mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fixed a testcase in response to issue #415 which is failing as of revision a854e3d2ca07
This commit is contained in:
parent
ef2325047c
commit
6f982283ed
@ -72,7 +72,7 @@ HTML_XPATH = {
|
|||||||
'autodoc.html': {
|
'autodoc.html': {
|
||||||
".//dt[@id='test_autodoc.Class']": '',
|
".//dt[@id='test_autodoc.Class']": '',
|
||||||
".//dt[@id='test_autodoc.function']/em": r'\*\*kwds',
|
".//dt[@id='test_autodoc.function']/em": r'\*\*kwds',
|
||||||
".//dd": r'Return spam\.',
|
".//dd/p": r'Return spam\.',
|
||||||
},
|
},
|
||||||
'extapi.html': {
|
'extapi.html': {
|
||||||
".//strong": 'from function: Foo',
|
".//strong": 'from function: Foo',
|
||||||
|
Loading…
Reference in New Issue
Block a user