We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21ed57 commit 854f5e0Copy full SHA for 854f5e0
tests/phpunit/tests/html-api/wpHtmlProcessor.php
@@ -896,7 +896,7 @@ public static function data_set_inner_html() {
896
array(
897
'<table target><td>replace me</table>',
898
'<td>with me!',
899
- '<table target><td>with me!</td></table>',
+ '<table target><tbody><tr><td>with me!</td></tr></tbody></table>',
900
),
901
);
902
}
0 commit comments