- Timestamp:
- 03/12/2024 12:22:40 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlProcessorSemanticRules.php
r57508 r57806 129 129 $this->assertFalse( $processor->is_tag_closer(), 'Did not find that initial DIV tag is an opener.' ); 130 130 131 $processor->step(); 132 $this->assertSame( '#text', $processor->get_token_type(), 'Should have found the text node.' ); 133 131 134 /* 132 135 * When encountering the BUTTON closing tag, there is no BUTTON in the stack of open elements.
Note: See TracChangeset
for help on using the changeset viewer.