mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix test.
This commit is contained in:
@@ -122,7 +122,7 @@ HTML_XPATH = {
|
||||
".//dl/dt[@id='term-boson']": 'boson',
|
||||
# a production list
|
||||
".//pre/strong": 'try_stmt',
|
||||
".//pre/a[@href='grammar-token-try1_stmt']/tt/span": 'try1_stmt',
|
||||
".//pre/a[@href='#grammar-token-try1_stmt']/tt/span": 'try1_stmt',
|
||||
# tests for ``only`` directive
|
||||
".//p": 'A global substitution.',
|
||||
".//p": 'In HTML.',
|
||||
|
||||
Reference in New Issue
Block a user