We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa06e5e commit 547d37bCopy full SHA for 547d37b
1 file changed
tests/phpunit/tests/html-api/wpHtmlProcessor.php
@@ -1125,7 +1125,7 @@ public function test_deep_nesting_fails_processing_virtual_tokens_without_error(
1125
* └─TD (real)
1126
* └─…
1127
*/
1128
- $html_table_td = str_repeat( '<table><td>', WP_HTML_Processor::MAX_BOOKMARKS * 2 );
+ $html_table_td = str_repeat( '<table><td>', WP_HTML_Processor::MAX_BOOKMARKS * 2 );
1129
1130
// Offset 0
1131
$processor = WP_HTML_Processor::create_fragment( $html_table_td );
0 commit comments