mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
merge from main
This commit is contained in:
@@ -232,8 +232,8 @@ def test_bleach_doesnt_try_to_make_valid_html_before_cleaning():
|
||||
# We let users use & because it’s often pasted in URLs
|
||||
("?a=1&b=2", "?a=1&b=2"),
|
||||
# We let users use ( and ) because otherwise it’s
|
||||
# impossible to put brackets in the body of conditional placeholders
|
||||
("((var??(in brackets)))", "((var??(in brackets)))"),
|
||||
# impossible to put parenthesis in the body of conditional placeholders
|
||||
("((var??(in parenthesis)))", "((var??(in parenthesis)))"),
|
||||
],
|
||||
)
|
||||
def test_escaping_html_entities(
|
||||
|
||||
Reference in New Issue
Block a user