From 46ec720067a92b7dce1fb0f3212e9fd6101713ad Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sat, 25 Feb 2012 16:27:39 -0500 Subject: [PATCH] comment unfinished thing --- cgi.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cgi.d b/cgi.d index e76cf47..4cab7c4 100644 --- a/cgi.d +++ b/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 // the possibilities. + /* unittest { auto url = Url("cool.html"); // checking relative links 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 server;