Ticket #28564: miqro-28564-part3.patch
File miqro-28564-part3.patch, 865 bytes (added by , 10 years ago) |
---|
-
tests/phpunit/tests/formatting/WPTexturize.php
1328 1328 * Year abbreviations consist of exactly two digits. 1329 1329 * 1330 1330 * @ticket 26850 1331 * @dataProvider data_ quotes_and_dashes1331 * @dataProvider data_year_abbr 1332 1332 */ 1333 1333 function test_year_abbr( $input, $output ) { 1334 1334 return $this->assertEquals( $output, wptexturize( $input ) ); … … 1634 1634 * Extra sanity checks for _wptexturize_pushpop_element() 1635 1635 * 1636 1636 * @ticket 28483 1637 * @dataProvider data_ quotes_and_dashes1637 * @dataProvider data_element_stack 1638 1638 */ 1639 1639 function test_element_stack( $input, $output ) { 1640 1640 return $this->assertEquals( $output, wptexturize( $input ) );