summaryrefslogtreecommitdiff
path: root/tests/test_ext_math.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-07-19 11:16:57 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-07-19 11:16:57 +0900
commit0e829c845e58a9168c6e609407a7b984725a69c9 (patch)
tree3366443ddcc193aada0632e3c03a7645ecb122cb /tests/test_ext_math.py
parent2c5a9f39754b904402d7d8e2a2f619c0010d74cc (diff)
downloadsphinx-git-0e829c845e58a9168c6e609407a7b984725a69c9.tar.gz
sphinx.ext.math: Update the label of permalink
Diffstat (limited to 'tests/test_ext_math.py')
-rw-r--r--tests/test_ext_math.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ext_math.py b/tests/test_ext_math.py
index a73d2a26e..af4b873d7 100644
--- a/tests/test_ext_math.py
+++ b/tests/test_ext_math.py
@@ -23,7 +23,7 @@ def test_jsmath(app, status, warning):
assert '<div class="math">\na^2 + b^2 = c^2</div>' in content
assert '<div class="math">\n\\begin{split}a + 1 &lt; b\\end{split}</div>' in content
assert (u'<span class="eqno">(1)<a class="headerlink" href="#equation-foo" '
- u'title="Permalink to this code">\xb6</a></span>'
+ u'title="Permalink to this equation">\xb6</a></span>'
u'<div class="math" id="equation-foo">\ne^{i\\pi} = 1</div>' in content)
assert ('<span class="eqno">(2)</span><div class="math">\n'
'e^{ix} = \\cos x + i\\sin x</div>' in content)