summaryrefslogtreecommitdiff
path: root/tests/test_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_build.py')
-rw-r--r--tests/test_build.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_build.py b/tests/test_build.py
index b9d2c7793..f451b3052 100644
--- a/tests/test_build.py
+++ b/tests/test_build.py
@@ -70,6 +70,11 @@ HTML_XPATH = {
".//img[@src='../_images/img1.png']": '',
".//img[@src='../_images/rimg.png']": '',
},
+ 'subdir/includes.html': {
+ ".//pre/span": 'line 1',
+ ".//pre/span": 'line 2',
+ ".//a[@href='../_downloads/img.png']": '',
+ },
'includes.html': {
".//pre": u'Max Strauß',
".//a[@href='_downloads/img.png']": '',