This commit is contained in:
Andreas Preikschat 2014-03-31 17:21:41 +02:00
parent b391072e9f
commit 3f038ad5c5
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class TestRenderer(TestCase):
renderer = Renderer()
given_raw_text = '{st}{r}Text text text'
expected_tuple = ('{st}{r}Text text text{/r}{/st}', '{st}{r}',
'<strong><span style="-webkit-text-fill-color:red">')
'<strsong><span style="-webkit-text-fill-color:red">')
# WHEN:
result = renderer._get_start_tags(given_raw_text)