Fix #2247: #2205 breaks make html for definition list with classifiers that contains regular-expression like string

This commit is contained in:
Takeshi KOMIYA
2016-01-18 11:31:48 +09:00
parent 8167a9b7ad
commit 34cbf3bad7
5 changed files with 12 additions and 1 deletions
@@ -40,3 +40,8 @@ msgstr "CLASSIFIER1"
msgid "classifier2"
msgstr "CLASSIFIER2"
msgid "Some term with"
msgstr "SOME TERM WITH"
msgid "classifier[]"
msgstr "CLASSIFIER[]"
@@ -12,3 +12,5 @@ Some *term* `with link <http://sphinx-doc.org/>`__
Some **term** with : classifier1 : classifier2
The corresponding definition
Some term with : classifier[]
The corresponding definition