- Timestamp:
- 03/13/2024 09:28:48 AM (8 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5
-
branches/6.5/tests/phpunit/tests/html-api/wpHtmlProcessorSemanticRules.php
r57508 r57823 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.