From 5b04c8a2e447c88a4e277da283271175919fd531 Mon Sep 17 00:00:00 2001
From: Jon Surrell
<{$tag_name}>
{$tag_name}>" ); + + $this->assertTrue( $processor->next_tag( $tag_name ), "Failed to find the {$tag_name} opener before it is popped by the P closer." ); + $this->assertTrue( $processor->next_tag( 'SPAN' ), "Failed to advance past the inactive {$tag_name} closer to the following SPAN opener." ); + $this->assertSame( array( 'HTML', 'BODY', 'SPAN' ), $processor->get_breadcrumbs(), "Expected SPAN to be a BODY child after the inactive {$tag_name} closer." ); + } + /** * Data provider. *