- Timestamp:
- 03/06/2017 01:44:24 PM (9 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/formatting/redirect.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
-
branches/4.0/tests/phpunit/tests/formatting/redirect.php
r36451 r40191 55 55 array( 'http://user:@example.com/', 'http://user:@example.com/' ), 56 56 array( 'http://user:pass@example.com/', 'http://user:pass@example.com/' ), 57 array( " \t\n\r\0\x08\x0Bhttp://example.com", 'http://example.com' ), 58 array( " \t\n\r\0\x08\x0B//example.com", 'http://example.com' ), 57 59 ); 58 60 } … … 66 68 // non-safelisted domain 67 69 array( 'http://non-safelisted.example/' ), 70 71 // non-safelisted domain (leading whitespace) 72 array( " \t\n\r\0\x08\x0Bhttp://non-safelisted.example.com" ), 73 array( " \t\n\r\0\x08\x0B//non-safelisted.example.com" ), 68 74 69 75 // unsupported schemes
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)