diff --git a/tests/phpunit/tests/html-api/wpHtmlProcessorSetInnerMarkup.php b/tests/phpunit/tests/html-api/wpHtmlProcessorSetInnerMarkup.php index 84ab4790109a9..02d1546e27494 100644 --- a/tests/phpunit/tests/html-api/wpHtmlProcessorSetInnerMarkup.php +++ b/tests/phpunit/tests/html-api/wpHtmlProcessorSetInnerMarkup.php @@ -53,6 +53,14 @@ public function data_html_with_inner_markup_changes() { 'Unclosed nested element' => array( '
One thought
And another', '', '
And another' ), 'Partially-closed element' => array( '
Inside the P
Start
Finish
Repeat', ' Start Finish Repeat
One thought
And another', '', '
And another' ), 'Partially-closed element' => array( '
Inside the P
Start
Finish
Repeat', '
Start
Finish
Repeat' ), + 'Text with scope-ending tag (raw)' => array( '', 'Sneaky closing No more span.', 'Sneaky closing No more span.' ), ); /*