Skip to content

Commit

Permalink
MNT Broken builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jan 19, 2023
1 parent 9bb6f70 commit f362d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/php/Model/SiteTreeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2106,8 +2106,8 @@ public function provideSanitiseExtraMeta(): array
'Multiple attributes are removed'
],
[
'<link rel="canonical" href="valid" ;;// somethingdodgy < onmouseover=alert(1)',
'<link rel="canonical" href="valid" somethingdodgy="">',
'<link rel="canonical" href="valid" ;;// somethingdodgy <onmouseover=alert(1)>',
'<link rel="canonical" href="valid" somethingdodgy=""><onmouseover></onmouseover>',
'Invalid HTML is converted to valid HTML and parsed'
],
];
Expand Down

0 comments on commit f362d8b

Please sign in to comment.