X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fbuild_url_001.phpt;h=d131f55503dbe38b289e3e04eff5a64bdf07bb54;hb=ecec060bd65badb1139497b30b30cafd1161b50d;hp=541e0f35d4678cc77809d02a214e7504b16e75e8;hpb=bf87f6e654235acb023ca052a5e71faeb2635a3f;p=m6w6%2Fext-http diff --git a/tests/build_url_001.phpt b/tests/build_url_001.phpt index 541e0f3..d131f55 100644 --- a/tests/build_url_001.phpt +++ b/tests/build_url_001.phpt @@ -9,9 +9,10 @@ include 'skip.inc'; echo "-TEST\n"; echo http_build_url('page'), "\n"; echo http_build_url('with/some/path/'), "\n"; +echo "Done\n"; ?> --EXPECTF-- %sTEST -http://localhost/page -http://localhost/with/some/path/ - +http://%s/page +http://%s/with/some/path/ +Done