Skip to content

Commit 854f5e0

Browse files
committed
Fix expected table test result
1 parent b21ed57 commit 854f5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ public static function data_set_inner_html() {
896896
array(
897897
'<table target><td>replace me</table>',
898898
'<td>with me!',
899-
'<table target><td>with me!</td></table>',
899+
'<table target><tbody><tr><td>with me!</td></tr></tbody></table>',
900900
),
901901
);
902902
}

0 commit comments

Comments
 (0)