Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/test_sphinx/sourcedirs/gettext/fr/LC_MESSAGES/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,6 @@ msgid ".. image:: fun-fish.png\n"
" :alt: Fun Fish 3"
msgstr ".. image:: poisson-amusant.png\n"
" :alt: Poisson amusant 3"

msgid "1. numbered title"
msgstr "1. titre numéroté"
2 changes: 2 additions & 0 deletions tests/test_sphinx/sourcedirs/gettext/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ doctest block
```{figure} fun-fish.png
:alt: Fun Fish 3
```

## 1. numbered title
4 changes: 4 additions & 0 deletions tests/test_sphinx/test_sphinx_builds/test_gettext.pot
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ msgstr ""
#: ../../index.md:61
msgid "Fun Fish 3"
msgstr ""

#: ../../index.md:65
msgid "1. numbered title"
msgstr ""
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,7 @@ msgstr ""
#: ../../index.md:61
msgid "Fun Fish 3"
msgstr ""

#: ../../index.md:65
msgid "1. numbered title"
msgstr ""
8 changes: 8 additions & 0 deletions tests/test_sphinx/test_sphinx_builds/test_gettext_html.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@ <h3>
<figure class="align-default">
<img alt="Poisson amusant 3" src="_images/fun-fish.png"/>
</figure>
<section id="numbered-title">
<h2>
1. titre numéroté
<a class="headerlink" href="#numbered-title" title="Lien permanent vers cette rubrique">
</a>
</h2>
</section>
</section>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@
<image alt="Poisson amusant 2" candidates="{'*': 'fun-fish.png'}" uri="fun-fish.png">
<figure>
<image alt="Poisson amusant 3" candidates="{'*': 'fun-fish.png'}" uri="fun-fish.png">
<section ids="numbered-title" names="1.\ numbered\ title 1.\ titre\ numéroté">
<title>
1. titre numéroté
3 changes: 3 additions & 0 deletions tests/test_sphinx/test_sphinx_builds/test_gettext_html.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@
<image alt="Poisson amusant 2" candidates="{'*': 'fun-fish.png'}" uri="fun-fish.png">
<figure>
<image alt="Poisson amusant 3" candidates="{'*': 'fun-fish.png'}" uri="fun-fish.png">
<section ids="numbered-title" names="1.\ numbered\ title 1.\ titre\ numéroté">
<title>
1. titre numéroté