Skip to content

Commit 5274e56

Browse files
committed
Update void html after testing
1 parent 3636740 commit 5274e56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/block-processor/wpBlockProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ public static function data_markup_with_block_of_given_type() {
13141314
* @ticket TBD
13151315
*/
13161316
public function test_nested_void_block_innerhtml_parsing() {
1317-
$html = '<!-- wp:wrap -->012<!-- wp:void /-->a<hr>b<!-- /wp:wrap -->' ;
1317+
$html = '<!-- wp:wrap -->0<hr>2<!-- wp:void /-->a<hr>b<!-- /wp:wrap -->' ;
13181318
$processor = new WP_Block_Processor( $html );
13191319
assert( $processor->next_block(), 'Failed to find block in markup.' );
13201320
$wrapper_block = $processor->extract_full_block_and_advance();

0 commit comments

Comments
 (0)