Lines Matching refs:exp
32 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin" routesToManifest:@"https://exp.ho…
37 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin" routesToManifest:@"exp://exp.host…
38 …[self _assertDeepLink:@"http://exp.host/@ben/foodwheel/--/spin" routesToManifest:@"exp://exp.host/…
39 …[self _assertDeepLink:@"exp://exp.host/@ben/foodwheel/--/spin" routesToManifest:@"https://exp.host…
40 …[self _assertDeepLink:@"exps://exp.host/@ben/foodwheel/--/spin" routesToManifest:@"https://exp.hos…
46 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin?release-channel=default" routesToM…
47 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel?release-channel=default" routesToManifest:…
48 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/?release-channel=default" routesToManif…
51 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel" routesToManifest:@"exp://exp.host/@ben/fo…
52 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin" routesToManifest:@"exp://exp.host…
55 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin?release-channel=default" routesToM…
61 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel?release-channel=banana" doesNotRouteToMani…
62 …elf _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin?release-channel=banana" doesNotRoute…
63 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel?release-channel=banana" doesNotRouteToMani…
66 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel" doesNotRouteToManifest:@"https://exp.host…
67 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin" doesNotRouteToManifest:@"https://…
68 …elf _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin?release-channel=default" doesNotRout…
73 …[self _assertDeepLink:@"https://expo.io/@ben/foodwheel" doesNotRouteToManifest:@"https://exp.host/…
74 …[self _assertDeepLink:@"https://google.com/@ben/foodwheel" doesNotRouteToManifest:@"https://exp.ho…
75 …[self _assertDeepLink:@"https://@ben/foodwheel" doesNotRouteToManifest:@"https://exp.host/@ben/foo…
81 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel?a=b&c=d" routesToManifest:@"exp://exp.host…
82 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel?a=b&c=d" routesToManifest:@"exp://exp.host…
83 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel?a=b&c=d&release-channel=default" routesToM…
84 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin?a=b&c=d" routesToManifest:@"exp://…
85 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin?a=b&c=d" routesToManifest:@"exp://…
86 …elf _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin?a=b&c=d&release-channel=default" rou…
87 … _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin?a=b&c=d&release-channel=banana" doesNot…
92 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/a/b/c" routesToManifest:@"exp://exp.hos…
93 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel" routesToManifest:@"exp://exp.host/@ben/fo…
118 NSString *manifestWithNoDeepLink = @"https://exp.host/@ben/foodwheel/";
120 @"https://exp.host/@ben/foodwheel/--/",
121 @"https://exp.host/@ben/foodwheel/--/spin",
122 @"https://exp.host/@ben/foodwheel/--/a/b/c",
123 @"https://exp.host/@ben/foodwheel/--/spin?a=b&c=d",
124 // @"https://exp.host/@ben/foodwheel?a=b&c=d", // TODO: should this case be supported?