diff options
Diffstat (limited to 'tests/test_intl.py')
-rw-r--r-- | tests/test_intl.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/test_intl.py b/tests/test_intl.py index 43cd17c8e..68fae6b15 100644 --- a/tests/test_intl.py +++ b/tests/test_intl.py @@ -266,6 +266,18 @@ def test_text_builder(app, status, warning): u"[image: i18n][image]\n" u"\n" u" [image: img][image]\n" + u"\n" + u"\n" + u"IMAGE ON SUBSTITUTION\n" + u"=====================\n" + u"\n" + u"\n" + u"IMAGE UNDER NOTE\n" + u"================\n" + u"\n" + u"Note: [image: i18n under note][image]\n" + u"\n" + u" [image: img under note][image]\n" ) yield assert_equal, result, expect |