Changeset 33707 for trunk/tests/phpunit/tests/formatting/redirect.php
- Timestamp:
- 08/22/2015 05:04:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/redirect.php
r31587 r33707 19 19 $this->assertEquals('http://[2606:2800:220:6d:26bf:1447:aa7]/', wp_sanitize_redirect('http://[2606:2800:220:6d:26bf:1447:aa7]/')); 20 20 $this->assertEquals('http://example.com/search.php?search=(amistillhere)', wp_sanitize_redirect('http://example.com/search.php?search=(amistillhere)')); 21 $this->assertEquals('http://example.com/@username', wp_sanitize_redirect('http://example.com/@username')); 21 22 } 22 23 }
Note: See TracChangeset
for help on using the changeset viewer.