From b09823a1d34564536edefa664b970d26febbe107 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 5 Sep 2015 14:05:05 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/formatting/GetUrlInContent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/formatting/GetUrlInContent.php b/tests/phpunit/tests/formatting/GetUrlInContent.php index eb1b5c2305..c7229f1bf7 100644 --- a/tests/phpunit/tests/formatting/GetUrlInContent.php +++ b/tests/phpunit/tests/formatting/GetUrlInContent.php @@ -34,7 +34,7 @@ class Tests_Formatting_GetUrlInContent extends WP_UnitTestCase { ), // multiple links array ( 'ABC
LINK CONTENT
', - "http://example.com/Mr%20WordPress2" + "http://example.com/Mr%20WordPress%202" ), // escape link ); }