mirror of https://github.com/adamdruppe/arsd.git
comment unfinished thing
This commit is contained in:
parent
168895801e
commit
46ec720067
2
cgi.d
2
cgi.d
|
@ -1391,6 +1391,7 @@ struct Url {
|
||||||
|
|
||||||
// This can sometimes be a big pain in the butt for me, so lots of copy/paste here to cover
|
// This can sometimes be a big pain in the butt for me, so lots of copy/paste here to cover
|
||||||
// the possibilities.
|
// the possibilities.
|
||||||
|
/*
|
||||||
unittest {
|
unittest {
|
||||||
auto url = Url("cool.html"); // checking relative links
|
auto url = Url("cool.html"); // checking relative links
|
||||||
assert(url.basedOn(Url("http://test.com/what/test.html")) == "http://test.com/what/cool.html");
|
assert(url.basedOn(Url("http://test.com/what/test.html")) == "http://test.com/what/cool.html");
|
||||||
|
@ -1439,6 +1440,7 @@ struct Url {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
string protocol;
|
string protocol;
|
||||||
string server;
|
string server;
|
||||||
|
|
Loading…
Reference in New Issue