Fix parsing defect
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user