File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,20 +14,16 @@ int main()
1414@" file%20n ame.htm;param1;param2?something=other&andmore=more#fragments"
1515 relativeToURL: url];
1616
17- PASS_EQUAL ([url description ],
18- @" file%20n ame.htm;param1;param2?something=other&andmore=more#fragments -- scheme://user:password@host.domain.org:888/path/absfile.htm" ,
19- " description ok" );
20-
2117 PASS_EQUAL ([url absoluteString ],
2218 @" scheme://user:password@host.domain.org:888/path/file%20n ame.htm;param1;param2?something=other&andmore=more#fragments" ,
2319 " absolute string ok" );
2420
2521 PASS_EQUAL ([[url absoluteURL ] description ],
26- @" scheme://user:password @host.domain.org:888/path/file%20n ame.htm;param1;param2?something=other&andmore=more#fragments" ,
22+ @" scheme://user:HIDDEN-PASSWORD @host.domain.org:888/path/file%20n ame.htm;param1;param2?something=other&andmore=more#fragments" ,
2723 " absolute url description ok" );
2824
2925 PASS_EQUAL ([[url baseURL ] description ],
30- @" scheme://user:password @host.domain.org:888/path/absfile.htm" ,
26+ @" scheme://user:HIDDEN-PASSWORD @host.domain.org:888/path/absfile.htm" ,
3127 " base url description ok" );
3228
3329 PASS_EQUAL ([url fragment ], @" fragments" , " fragment ok" );
You can’t perform that action at this time.
0 commit comments