summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-21 16:06:14 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-21 16:06:14 +0900
commit91873f09b896762297dbb8aba6b67ede5d22ac88 (patch)
treefdaebf54b0640ccece8184975809e38cb994500e /tests/test_build_html.py
parent8b0e0887112191af8ce69ec6aec8c7836d33f254 (diff)
parent38966ba89d615d8dff7c6dce5cb4bb649ff37791 (diff)
downloadsphinx-git-91873f09b896762297dbb8aba6b67ede5d22ac88.tar.gz
Merge branch 'stable' into 1.7-release
Diffstat (limited to 'tests/test_build_html.py')
-rw-r--r--tests/test_build_html.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_build_html.py b/tests/test_build_html.py
index 2388b06ec..184bddd94 100644
--- a/tests/test_build_html.py
+++ b/tests/test_build_html.py
@@ -269,6 +269,8 @@ def test_html_warnings(app, warning):
# tests for ``any`` role
(".//a[@href='#with']/span", 'headings'),
(".//a[@href='objects.html#func_without_body']/code/span", 'objects'),
+ # tests for numeric labels
+ (".//a[@href='#id1'][@class='reference internal']/span", 'Testing various markup'),
# tests for smartypants
(".//li", u'Smart “quotes” in English ‘text’.'),
(".//li", u'Smart — long and – short dashes.'),