@@ -66,7 +66,7 @@ public function testFeedLabelEscaping() {
$this->assertSession()->statusCodeEquals(200);
$this->assertSession()->assertEscaped('Test feed title <script>alert(123);</script>');
$this->assertNoRaw('Test feed title <script>alert(123);</script>');
$this->assertSession()->responseNotContains('Test feed title <script>alert(123);</script>');
// Ensure the feed icon title is escaped.
$this->assertStringContainsString('class="feed-icon"> Subscribe to Test feed title <script>alert(123);</script> feed</a>',str_replace(["\n","\r"],'',$this->getSession()->getPage()->getContent()));
$this->assertSame(1,substr_count($raw_content,$expected_placeholder_replacement),'Only one placeholder replacement was found for the duplicate #lazy_builder arrays.');
@@ -322,8 +322,8 @@ public function testBigPipeMultiOccurrencePlaceholders() {