Fix test.

This commit is contained in:
Georg Brandl
2009-08-09 22:47:56 +02:00
parent d3b0d6a105
commit 631ccfa3b5

View File

@@ -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.',