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

Props gitlost.
Fixes #23605.

git-svn-id: https://develop.svn.wordpress.org/trunk@33905 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-09-05 14:05:05 +00:00
parent 3fba46b557
commit b09823a1d3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class Tests_Formatting_GetUrlInContent extends WP_UnitTestCase {
), // multiple links ), // multiple links
array ( array (
'ABC<div><a href="http://example.com/Mr%20WordPress 2">LINK</a> CONTENT </div>', 'ABC<div><a href="http://example.com/Mr%20WordPress 2">LINK</a> CONTENT </div>',
"http://example.com/Mr%20WordPress2" "http://example.com/Mr%20WordPress%202"
), // escape link ), // escape link
); );
} }