File tree Expand file tree Collapse file tree
tests/phpunit/tests/html-api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -354,15 +354,15 @@ public static function data_provider_normalize_special_leading_newline_cases() {
354354 "<pre> \n\nline 2<!--comment--> still line 2</pre> " ,
355355 "<pre> \n\nline 2<!--comment--> still line 2</pre> " ,
356356 ),
357- 'Leading newline in LISTING ' => array (
357+ 'Leading newline in LISTING ' => array (
358358 "<listing> \nline 1 \nline 2</listing> " ,
359359 "<listing>line 1 \nline 2</listing> " ,
360360 ),
361- 'Double leading newline in LISTING ' => array (
361+ 'Double leading newline in LISTING ' => array (
362362 "<listing> \n\nline 2 \nline 3</listing> " ,
363363 "<listing> \n\nline 2 \nline 3</listing> " ,
364364 ),
365- 'Multiple text nodes inside LISTING ' => array (
365+ 'Multiple text nodes inside LISTING ' => array (
366366 "<listing> \nline 1<!--comment--> still line 1</listing> " ,
367367 '<listing>line 1<!--comment--> still line 1</listing> ' ,
368368 ),
You can’t perform that action at this time.
0 commit comments