summaryrefslogtreecommitdiff
path: root/tests/roots
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2013-06-21 03:28:32 +0000
committershimizukawa <shimizukawa@gmail.com>2013-06-21 03:28:32 +0000
commit2a5619b21e130d74710c717340ca52ffc516e793 (patch)
tree5bc330c0fa98ae7f5993d917d0f5efd1e9def431 /tests/roots
parent3747fbde09a0f078f2f77f53f51c7a458a087549 (diff)
downloadsphinx-2a5619b21e130d74710c717340ca52ffc516e793.tar.gz
Fix i18n: footnote reference number missing for auto numbered named footnote and auto symbol footnote. Closes #1176
Diffstat (limited to 'tests/roots')
-rw-r--r--tests/roots/test-intl/footnote.po7
-rw-r--r--tests/roots/test-intl/footnote.txt3
2 files changed, 7 insertions, 3 deletions
diff --git a/tests/roots/test-intl/footnote.po b/tests/roots/test-intl/footnote.po
index 47f8d3db..b3876f51 100644
--- a/tests/roots/test-intl/footnote.po
+++ b/tests/roots/test-intl/footnote.po
@@ -19,8 +19,8 @@ msgstr ""
msgid "i18n with Footnote"
msgstr "I18N WITH FOOTNOTE"
-msgid "[100]_ Contents [#]_ for `i18n with Footnote`_ [ref]_"
-msgstr "`I18N WITH FOOTNOTE`_ INCLUDE THIS CONTENTS [ref]_ [#]_ [100]_"
+msgid "[100]_ Contents [#]_ for `i18n with Footnote`_ [ref]_ [#named]_."
+msgstr "`I18N WITH FOOTNOTE`_ INCLUDE THIS CONTENTS [#named]_ [ref]_ [#]_ [100]_."
msgid "This is a auto numbered footnote."
msgstr "THIS IS A AUTO NUMBERED FOOTNOTE."
@@ -31,3 +31,6 @@ msgstr "THIS IS A NAMED FOOTNOTE."
msgid "This is a numbered footnote."
msgstr "THIS IS A NUMBERED FOOTNOTE."
+msgid "This is a auto numbered named footnote."
+msgstr "THIS IS A AUTO NUMBERED NAMED FOOTNOTE."
+
diff --git a/tests/roots/test-intl/footnote.txt b/tests/roots/test-intl/footnote.txt
index 3ef76bba..55da9c6d 100644
--- a/tests/roots/test-intl/footnote.txt
+++ b/tests/roots/test-intl/footnote.txt
@@ -4,8 +4,9 @@ i18n with Footnote
==================
.. #955 cant-build-html-with-footnotes-when-using
-[100]_ Contents [#]_ for `i18n with Footnote`_ [ref]_
+[100]_ Contents [#]_ for `i18n with Footnote`_ [ref]_ [#named]_.
.. [#] This is a auto numbered footnote.
.. [ref] This is a named footnote.
.. [100] This is a numbered footnote.
+.. [#named] This is a auto numbered named footnote.