We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3636740 commit 5274e56Copy full SHA for 5274e56
1 file changed
tests/phpunit/tests/block-processor/wpBlockProcessor.php
@@ -1314,7 +1314,7 @@ public static function data_markup_with_block_of_given_type() {
1314
* @ticket TBD
1315
*/
1316
public function test_nested_void_block_innerhtml_parsing() {
1317
- $html = '<!-- wp:wrap -->012<!-- wp:void /-->a<hr>b<!-- /wp:wrap -->' ;
+ $html = '<!-- wp:wrap -->0<hr>2<!-- wp:void /-->a<hr>b<!-- /wp:wrap -->' ;
1318
$processor = new WP_Block_Processor( $html );
1319
assert( $processor->next_block(), 'Failed to find block in markup.' );
1320
$wrapper_block = $processor->extract_full_block_and_advance();
0 commit comments