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 17bbca8 commit ba480a5Copy full SHA for ba480a5
tests/phpunit/tests/html-api/wpHtmlProcessor.php
@@ -1107,7 +1107,7 @@ public function test_deep_nesting_fails_process_without_error() {
1107
* @expectedIncorrectUsage WP_HTML_Tag_Processor::set_bookmark
1108
*/
1109
public function test_deep_nesting_fails_processing_virtual_tokens_without_error() {
1110
- $html = str_repeat( '<table><td>', WP_HTML_Processor::MAX_BOOKMARKS );
+ $html = str_repeat( '<table><td>', WP_HTML_Processor::MAX_BOOKMARKS * 2 );
1111
$processor = WP_HTML_Processor::create_fragment( $html );
1112
1113
// The fragment parser starts with a few context tokens already bookmarked.
0 commit comments