diff --git a/core/modules/filter/src/Tests/TextFormatElementFormTest.php b/core/modules/filter/src/Tests/TextFormatElementFormTest.php index f2d682b..b889c4a 100644 --- a/core/modules/filter/src/Tests/TextFormatElementFormTest.php +++ b/core/modules/filter/src/Tests/TextFormatElementFormTest.php @@ -117,9 +117,9 @@ public function testTextFormatElement() { $output = $this->render($form); $this->setRawContent($output); $this->assertFieldByName('textformat[value]'); - $this->assertRaw('

Full HTML

'); - $this->assertRaw('

Filtered HTML

'); - $this->assertRaw('

Test format

'); + $this->assertRaw('

Full HTML

'); + $this->assertRaw('

Filtered HTML

'); + $this->assertRaw('

Test format

'); $this->assertNoPattern('|]*>|', 'No empty H4 element found.'); }