Make WordPress Core

Changeset 33905


Ignore:
Timestamp:
09/05/2015 02:05:05 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Update Tests_Formatting_GetUrlInContent::get_input_output() after [33858].

Props gitlost.
Fixes #23605.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/GetUrlInContent.php

    r27019 r33905  
    3535                        array (
    3636                                'ABC<div><a href="http://example.com/Mr%20WordPress 2">LINK</a> CONTENT </div>',
    37                                 "http://example.com/Mr%20WordPress2"
     37                                "http://example.com/Mr%20WordPress%202"
    3838                        ), // escape link
    3939                );
Note: See TracChangeset for help on using the changeset viewer.