Skip to content

Commit cb3be7a

Browse files
committed
test: fixed tests for MSIE11 and 11
1 parent dde2bdf commit cb3be7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-suite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ module.exports = function (DOMPurify, window, tests, xssTests) {
16211621
{
16221622
test: '<br>',
16231623
config: { NAMESPACE: 'http://www.w3.org/2000/svg' },
1624-
expected: [''],
1624+
expected: ['', '<br>'],
16251625
},
16261626
{
16271627
test: '<br>',

0 commit comments

Comments
 (0)