Changeset 45013 for branches/4.0/tests/phpunit/tests/shortcode.php
- Timestamp:
- 03/26/2019 12:45:57 AM (6 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
- Property svn:mergeinfo changed
/trunk merged: 29860,29869,29954,30160,30530
- Property svn:mergeinfo changed
-
branches/4.0/tests/phpunit/tests/shortcode.php
r33565 r45013 309 309 310 310 /** 311 * @ticket 14050312 */313 function test_multiple_shortcode_unautop() {314 // a blank line is added at the end, so test with it already there315 $test_string = "[footag]\n[footag]\n";316 $actual = shortcode_unautop( wpautop( $test_string ) );317 $this->assertEquals( $test_string, $actual );318 }319 320 /**321 311 * @ticket 10326 322 312 */
Note: See TracChangeset
for help on using the changeset viewer.