Changeset 1184 in tests
- Timestamp:
- 01/13/2013 06:45:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/formatting/EscUrl.php
r909 r1184 36 36 } 37 37 38 /** 39 * @ticket 23187 40 */ 41 function test_protocol_case() { 42 $this->assertEquals('http://example.com', esc_url('HTTP://example.com')); 43 $this->assertEquals('http://example.com', esc_url('Http://example.com')); 44 } 45 38 46 function test_display_extras() { 39 47 $this->assertEquals('http://example.com/'quoted'', esc_url('http://example.com/\'quoted\''));
Note: See TracChangeset
for help on using the changeset viewer.