diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-23 13:22:38 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-23 13:22:38 +0900 |
commit | 0ee524e3922089b7ffbd6081c92968ae7dd510c7 (patch) | |
tree | 6c9435eddd67fd5f486bf473fdaa0e125b8590be /tests/test_intl.py | |
parent | 97365c7db3f327879df8236852dca36b92f84582 (diff) | |
parent | cacfa68e74fd7d137c3265364aeec2d811345ffe (diff) | |
download | sphinx-git-0ee524e3922089b7ffbd6081c92968ae7dd510c7.tar.gz |
Merge branch 'stable' into 1.5-release
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 |