Changeset 52789 for trunk/tests/phpunit/tests/formatting/wpAutop.php
- Timestamp:
- 02/23/2022 08:01:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpAutop.php
r52010 r52789 532 532 * @ticket 4857 533 533 */ 534 public function test_that_text_before_blocks_is_ peed() {534 public function test_that_text_before_blocks_is_wrapped_in_a_paragraph() { 535 535 $content = 'a<div>b</div>'; 536 536 $expected = "<p>a</p>\n<div>b</div>"; … … 566 566 * @ticket 14674 567 567 */ 568 public function test_the_hr_is_not_ peed() {568 public function test_the_hr_is_not_wrapped_in_a_paragraph() { 569 569 $content = 'paragraph1<hr>paragraph2'; 570 570 $expected = "<p>paragraph1</p>\n<hr>\n<p>paragraph2</p>";
Note: See TracChangeset
for help on using the changeset viewer.