diff options
author | Jean-François B <2589111+jfbu@users.noreply.github.com> | 2023-03-26 18:52:06 +0200 |
---|---|---|
committer | Jean-François B <2589111+jfbu@users.noreply.github.com> | 2023-03-26 23:57:04 +0200 |
commit | a7949d42903efa64bc5f8f870d39d811e272ecda (patch) | |
tree | 2a13895564a2e7599b86369af5af7dd68f8b3a8d /tests | |
parent | 321f8860970664ba343dc53e4d26e380a1bc20b2 (diff) | |
download | sphinx-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.py | 2 |
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' |