Changeset 36098 for branches/4.4/tests/phpunit/tests/shortcode.php
- Timestamp:
- 12/26/2015 04:47:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4/tests/phpunit/tests/shortcode.php
r35244 r36098 648 648 } 649 649 650 /** 651 * @ticket 34939 652 * 653 * Test the (not recommended) [shortcode=XXX] format 654 */ 655 function test_unnamed_attribute() { 656 $out = do_shortcode('[dumptag=https://wordpress.org/]'); 657 $expected = "0 = =https://wordpress.org\n"; 658 $this->assertEquals($expected, $out); 659 } 650 660 }
Note: See TracChangeset
for help on using the changeset viewer.