Fix parsing defect

This commit is contained in:
Robert Raposa
2016-04-12 15:18:37 -04:00
parent f9ab191c33
commit b5a674d941
2 changed files with 14 additions and 3 deletions

View File

@@ -247,6 +247,10 @@ class TestMakoTemplateLinter(TestCase):
'expression': "${ HTML('<span></span>') }",
'rule': None
},
{
'expression': "${HTML(render_entry(map['entries'], child))}",
'rule': None
},
{
'expression': "${ HTML('<span></span>') + 'some other text' }",
'rule': Rules.mako_html_alone