def test_fmtsearchmatch(self): self.assertEqual( format_translation("Hello world!", MockLanguage("en"), search_match="hello")["items"][0]["content"], '<span class="hlmatch">Hello</span> world!', )
def test_fmtsearchmatch(self): self.assertEqual( format_translation( 'Hello world!', MockLanguage('en'), search_match='hello' )['items'][0]['content'], '<span class="hlmatch">Hello</span> world!', )