Skip to content
Snippets Groups Projects
Unverified Commit a8202c75 authored by adeel khan's avatar adeel khan Committed by GitHub
Browse files

Merge pull request #17452 from edx/adeel/fix_xss_failing_test

Fix xss-linter.py failing test.
parents ee2c983b 961bdce5
Branches
Tags
No related merge requests found
......@@ -601,6 +601,7 @@ class TestMakoTemplateLinter(TestLinter):
results = FileResults('')
mako_template = textwrap.dedent("""
<%page expression_filter="h"/>
${x | n, strip_all_tags_but_br}
""")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment