Changeset 1296 in tests
- Timestamp:
- 06/21/2013 03:26:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/formatting/EscUrl.php
r1184 r1296 74 74 $this->assertEquals( 'http://[::DEAD:BEEF:DEAD:BEEF:DEAD:BEEF:DEAD:BEEF]', esc_url( 'http://[::DEAD:BEEF:DEAD:BEEF:DEAD:BEEF:DEAD:BEEF]' ) ); 75 75 } 76 77 /** 78 * @ticket 21974 79 */ 80 function test_protocol_relative_with_colon() { 81 $this->assertEquals( '//example.com/foo?foo=abc:def', esc_url( '//example.com/foo?foo=abc:def' ) ); 82 } 76 83 }
Note: See TracChangeset
for help on using the changeset viewer.