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:
parent
3fba46b557
commit
b09823a1d3
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user