Skip to content

Commit 3cad420

Browse files
committed
lints
1 parent 746ea7a commit 3cad420

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/phpunit/tests/html-api/wpHtmlProcessor-serialize.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
),

0 commit comments

Comments
 (0)