Skip to content

Commit ee98623

Browse files
committed
Lint
1 parent 954dbf5 commit ee98623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/html-api/wpHtmlProcessorModifiableText.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public static function data_modifiable_text_special_leading_whitespace() {
134134
yield "<{$tag_name}> with no leading newline" => array(
135135
"<{$tag_name}>REPLACEME<!--x--></{$tag_name}>",
136136
1,
137-
"REPLACEME",
137+
'REPLACEME',
138138
"\nAFTER NEWLINE.",
139139
"<{$tag_name}>\n\nAFTER NEWLINE.<!--x--></{$tag_name}>",
140140
);

0 commit comments

Comments
 (0)