@@ -1023,11 +1023,11 @@ - (void)testValidCustomDomainNames {
1023
1023
// https://a.firebase.com/mypath
1024
1024
1025
1025
NSArray <NSString *> *urlStrings = @[
1026
- @" https://google.com/1" , // Valid domain. Any path.
1027
- @" https://google.com/2" , // Valid domain. Any path.
1028
- @" https://google.com/one" , // Valid domain. Specified path.
1029
- @" https://a.firebase.com/mypath/" , // Valid subdomain.
1030
- @" https://a.firebase.com/mypath/abcd/efgh" , // Long path.
1026
+ @" https://google.com/1" , // Valid domain. Any path.
1027
+ @" https://google.com/2" , // Valid domain. Any path.
1028
+ @" https://google.com/one" , // Valid domain. Specified path.
1029
+ @" https://a.firebase.com/mypath/" , // Valid subdomain.
1030
+ @" https://a.firebase.com/mypath/abcd/efgh" , // Long path.
1031
1031
@" https://a.firebase.com/mypath?link=abcd&test=1" , // Long path.
1032
1032
];
1033
1033
@@ -1052,7 +1052,7 @@ - (void)testInvalidCustomDomainNames {
1052
1052
@" google.com" , // Valid domain. No scheme.
1053
1053
@" https://google.com" , // Valid domain. No path.
1054
1054
@" http://google.com" , // Valid domain. Invalid scheme.
1055
- @" https://google.co.in/abc" , // Invalid domain starts with valid domain name.
1055
+ @" https://google.co.in/abc" , // Invalid domain starts with valid domain name.
1056
1056
@" https://firebase.com/mypath" , // Invalid (sub)domain.
1057
1057
@" https://b.firebase.com/mypath" // Invalid subdomain.
1058
1058
];
0 commit comments