Ticket #23605: 23605_geturlincontent_tests.diff
File 23605_geturlincontent_tests.diff, 536 bytes (added by , 9 years ago) |
---|
-
tests/phpunit/tests/formatting/GetUrlInContent.php
34 34 ), // multiple links 35 35 array ( 36 36 'ABC<div><a href="http://example.com/Mr%20WordPress 2">LINK</a> CONTENT </div>', 37 "http://example.com/Mr%20WordPress 2"37 "http://example.com/Mr%20WordPress%202" 38 38 ), // escape link 39 39 ); 40 40 }