Changeset 47122 for trunk/tests/phpunit/tests/post/template.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/template.php
r46612 r47122 425 425 $this->assertRegExp( '/<\/ul><\/div>/', $menu ); 426 426 427 // After falling back, the markup should include whitespace around <li> s427 // After falling back, the markup should include whitespace around <li>'s. 428 428 $this->assertRegExp( '/\s<li.*>|<\/li>\s/U', $menu ); 429 429 $this->assertNotRegExp( '/><li.*>|<\/li></U', $menu ); … … 448 448 ); 449 449 450 // After falling back, the markup should not include whitespace around <li> s450 // After falling back, the markup should not include whitespace around <li>'s. 451 451 $this->assertNotRegExp( '/\s<li.*>|<\/li>\s/U', $menu ); 452 452 $this->assertRegExp( '/><li.*>|<\/li></U', $menu );
Note: See TracChangeset
for help on using the changeset viewer.