Welcome to mirror list, hosted at ThFree Co, Russian Federation.

miscellaneous.test « data « myurl « test - github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 089571cc03e99486bdc5fbedbdbfe0bcb69577c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
type 1

%URL:http://user%40example.com/
%EXPECT:http://user@example.com/

%URL:http://user%3Ainfo%40/
%EXPECT:http://user:info@/

%URL:http://user@/
%EXPECT:

%URL:$:foo/bar
%EXPECT:

%URL:mailto::foo@bar.com
%EXPECT:mailto::foo@bar.com

%URL:html://lastmac@12345:example.com
%EXPECT:

%URL:html://lastmac:12345@example.com
%EXPECT:html://lastmac:12345@example.com

%URL:html://lastmac:1@2345@example.com
%EXPECT:html://lastmac:1%402345@example.com

%URL:html://lastmac:1@2345@@example.com
%EXPECT:html://lastmac:1%402345%40@example.com

%URL:html://lastmac:@1@2345@@example.com
%EXPECT:html://lastmac:%401%402345%40@example.com

%URL:html://:@1@2345@@example.com
%EXPECT:html://:%401%402345%40@example.com

%URL:html://:@example.com
%EXPECT:html://example.com

%URL:html://lastmac:@example.com
%EXPECT:html://lastmac@example.com

%URL:html://lastmac:::::123@example.com
%EXPECT:html://lastmac:%3A%3A%3A%3A123@example.com