Skip to content

Commit

Permalink
Fix wrong test setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Sep 20, 2024
1 parent fca6481 commit b37b312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/html-api/wpHtmlProcessor-serialize.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public function data_bogus_comments() {
'CDATA look-alike' => array( '<!', '[CDATA[inside]]', '>' ),
'Immediately-closed markup instruction' => array( '<!', '?', '>' ),
'Warning Symbol' => array( '<!', '', '>' ),
'PHP block look-alike' => array( '<?', 'php foo(); ?', '>' ),
'PHP block look-alike' => array( '<', '?php foo(); ?', '>' ),
'Funky comment' => array( '</', '%display-name', '>' ),
'XML Processing Instruction look-alike' => array( '<', '?xml foo ', '>' ),
);
Expand Down

0 comments on commit b37b312

Please sign in to comment.