Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26199, comment 2


Ignore:
Timestamp:
06/11/2014 08:36:45 PM (10 years ago)
Author:
simonwheatley
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26199, comment 2

    initial v1  
    33* The intended effect still works (original value passed as a third parameter)
    44* Four unit tests fail, see below, but these appear unrelated
     5
     6{{{
     71) Tests_Formatting_WPTexturize::test_quotes
     8Failed asserting that two strings are equal.
     9--- Expected
     10+++ Actual
     11@@ @@
     12-'Here is &#8220;<a href="http://example.com">a test with a link</a>&#8221;'
     13+'Here is &#8220;<a href="http://example.com">a test with a link</a>&#8220;'
     14
     15/srv/www/wordpress-develop/tests/phpunit/tests/formatting/WPTexturize.php:84
     16
     172) Tests_Formatting_WPTexturize::test_quotes_before_numbers
     18Failed asserting that two strings are equal.
     19--- Expected
     20+++ Actual
     21@@ @@
     22-'Class of &#8217;99&#8217;s'
     23+'Class of &#8216;99&#8217;s'
     24
     25/srv/www/wordpress-develop/tests/phpunit/tests/formatting/WPTexturize.php:114
     26
     273) Tests_Formatting_WPTexturize::test_other_html
     28Failed asserting that two strings are equal.
     29--- Expected
     30+++ Actual
     31@@ @@
     32-'&#8216;<strong>Quoted Text</strong>&#8217;,'
     33+'&#8216;<strong>Quoted Text</strong>&#8216;,'
     34
     35/srv/www/wordpress-develop/tests/phpunit/tests/formatting/WPTexturize.php:132
     36
     374) Tests_Formatting_WPTexturize::test_entity_quote_cuddling
     38Failed asserting that two strings are equal.
     39--- Expected
     40+++ Actual
     41@@ @@
     42-'&#38;&#8220;Testing&#8221;'
     43+'&#38;&#8221;Testing&#8221;'
     44
     45/srv/www/wordpress-develop/tests/phpunit/tests/formatting/WPTexturize.php:176
     46}}}