Ticket #15444: test_includes_formatting.php.diff
File test_includes_formatting.php.diff, 681 bytes (added by , 14 years ago) |
---|
-
wp-testcase/test_includes_formatting.php
464 464 $this->assertEquals('“<strong>Quoted Text</strong>”,', wptexturize('"<strong>Quoted Text</strong>",')); 465 465 } 466 466 467 //WP Ticket #15444 468 function test_tag_followed_by_quote() { 469 $this->knownWPBug(15444); 470 $this->assertEquals('<a href="#">Jim</a>’s red bike.', wptexturize('<a href="#">Jim</a>\'s red bike.')); 471 } 472 467 473 function test_x() { 468 474 $this->assertEquals('14×24', wptexturize("14x24")); 469 475 }