From 631ccfa3b574374445d4404fd13de5c9ac3c7edc Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 9 Aug 2009 22:47:56 +0200 Subject: [PATCH] Fix test. --- tests/test_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_build.py b/tests/test_build.py index 1e36b12d3..e4d29319f 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -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.',