diff options
| author | shimizukawa <shimizukawa@gmail.com> | 2012-11-22 12:12:41 +0900 |
|---|---|---|
| committer | shimizukawa <shimizukawa@gmail.com> | 2012-11-22 12:12:41 +0900 |
| commit | 56b656b3b37cb82df16f7a78c3965ff3fd4ea61b (patch) | |
| tree | 698406079b98d93f007faeff41e2d81a97494326 /tests/root | |
| parent | aaef5e456593dbf9386557c47fbaad2052d00864 (diff) | |
| download | sphinx-56b656b3b37cb82df16f7a78c3965ff3fd4ea61b.tar.gz | |
fix #955: consider the numbered-footnote. update test and code
Diffstat (limited to 'tests/root')
| -rw-r--r-- | tests/root/i18n_footnote.po | 7 | ||||
| -rw-r--r-- | tests/root/i18n_footnote.txt | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/tests/root/i18n_footnote.po b/tests/root/i18n_footnote.po index b7f2b584..47f8d3db 100644 --- a/tests/root/i18n_footnote.po +++ b/tests/root/i18n_footnote.po @@ -19,8 +19,8 @@ msgstr "" msgid "i18n with Footnote" msgstr "I18N WITH FOOTNOTE" -msgid "Contents [#]_ for `i18n with Footnote`_ [ref]_" -msgstr "`I18N WITH FOOTNOTE`_ INCLUDE THIS CONTENTS [ref]_ [#]_" +msgid "[100]_ Contents [#]_ for `i18n with Footnote`_ [ref]_" +msgstr "`I18N WITH FOOTNOTE`_ INCLUDE THIS CONTENTS [ref]_ [#]_ [100]_" msgid "This is a auto numbered footnote." msgstr "THIS IS A AUTO NUMBERED FOOTNOTE." @@ -28,3 +28,6 @@ msgstr "THIS IS A AUTO NUMBERED FOOTNOTE." msgid "This is a named footnote." msgstr "THIS IS A NAMED FOOTNOTE." +msgid "This is a numbered footnote." +msgstr "THIS IS A NUMBERED FOOTNOTE." + diff --git a/tests/root/i18n_footnote.txt b/tests/root/i18n_footnote.txt index 3a1097af..3ef76bba 100644 --- a/tests/root/i18n_footnote.txt +++ b/tests/root/i18n_footnote.txt @@ -4,7 +4,8 @@ i18n with Footnote ================== .. #955 cant-build-html-with-footnotes-when-using -Contents [#]_ for `i18n with Footnote`_ [ref]_ +[100]_ Contents [#]_ for `i18n with Footnote`_ [ref]_ .. [#] This is a auto numbered footnote. .. [ref] This is a named footnote. +.. [100] This is a numbered footnote. |
