summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean-François B <2589111+jfbu@users.noreply.github.com>2023-03-26 18:52:06 +0200
committerJean-François B <2589111+jfbu@users.noreply.github.com>2023-03-26 23:57:04 +0200
commita7949d42903efa64bc5f8f870d39d811e272ecda (patch)
tree2a13895564a2e7599b86369af5af7dd68f8b3a8d /tests
parent321f8860970664ba343dc53e4d26e380a1bc20b2 (diff)
downloadsphinx-git-a7949d42903efa64bc5f8f870d39d811e272ecda.tar.gz
LaTeX: let mark-up for seealso directive use explicit colon (fix #11264)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_build_latex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_latex.py b/tests/test_build_latex.py
index d1533ed5a..f895f56d3 100644
--- a/tests/test_build_latex.py
+++ b/tests/test_build_latex.py
@@ -144,7 +144,7 @@ def test_writer(app, status, warning):
assert 'Footnotes' not in result
- assert ('\\begin{sphinxseealso}{See also}\n\n'
+ assert ('\\begin{sphinxseealso}{See also:}\n\n'
'\\sphinxAtStartPar\n'
'something, something else, something more\n'
'\\begin{description}\n'