Changeset 45588 for trunk/tests/phpunit/tests/formatting/Autop.php
- Timestamp:
- 07/02/2019 04:43:01 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/formatting/Autop.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/Autop.php
r45585 r45588 416 416 ); 417 417 418 $content = $expected = array(); 418 $content = array(); 419 $expected = array(); 419 420 420 421 foreach ( $inlines as $inline ) { … … 544 545 */ 545 546 function test_that_wpautop_doses_not_add_extra_closing_p_in_figure() { 546 $content1 = $expected1 = '<figure><img src="example.jpg" /><figcaption>Caption</figcaption></figure>'; 547 $content1 = '<figure><img src="example.jpg" /><figcaption>Caption</figcaption></figure>'; 548 $expected1 = $content1; 547 549 548 550 $content2 = '<figure>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)