Fix xss-linter.py failing test.

This commit is contained in:
Adeel Khan
2018-02-12 16:49:47 +05:00
parent ee2c983bf5
commit 961bdce5fa

View File

@@ -601,6 +601,7 @@ class TestMakoTemplateLinter(TestLinter):
results = FileResults('')
mako_template = textwrap.dedent("""
<%page expression_filter="h"/>
${x | n, strip_all_tags_but_br}
""")