@@ -1198,7 +1198,6 @@ - (void)testFailMatchesShortLinkFormatForCustomDomains {
11981198- (void )testPassMatchesShortLinkFormatForCustomDomains {
11991199 NSArray <NSString *> *urlStrings = @[
12001200 @" https://google.com/xyz" , @" https://google.com/xyz/?link=https://somedomain" ,
1201- @" https://google.com?link=https://somedomain" , @" https://google.com/?link=https://somedomain" ,
12021201 @" https://google.com/xyz?link=https://somedomain" ,
12031202 @" https://google.com/xyz/?link=https://somedomain" , @" https://google.com/one/xyz" ,
12041203 @" https://google.com/one/xyz?link=https://somedomain" ,
@@ -1606,7 +1605,6 @@ - (void)testValidCustomDomainNames {
16061605 @" https://google.com/one?" , // Short FDL starting with 'https://google.com'
16071606 @" https://google.com/one/mylink" , // Short FDL starting with 'https://google.com/one'
16081607 @" https://a.firebase.com/mypath/mylink" , // Short FDL starting https://a.firebase.com/mypath
1609- @" https://google.com?link=https://somedomain" , @" https://google.com/?link=https://somedomain" ,
16101608 @" https://google.com/somepath?link=https://somedomain" ,
16111609 @" https://google.com/somepath/?link=https://somedomain" ,
16121610 @" https://google.com/somepath/somepath2?link=https://somedomain" ,
0 commit comments