X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fquery_keywords_and_parameters.t;h=6801cf0c7d4f12745193c880813be8cc38873886;hp=27e598bbe7dc2d9a13400aa1be501c7662c0599f;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=9868e0a0023cc8b598d60f150ea367e0056a65f3 diff --git a/t/query_keywords_and_parameters.t b/t/query_keywords_and_parameters.t index 27e598b..6801cf0 100644 --- a/t/query_keywords_and_parameters.t +++ b/t/query_keywords_and_parameters.t @@ -25,7 +25,7 @@ use Catalyst::Test 'MyApp'; # These tests assume that the decoding that occurs for the query string follows # the payload decoding algorithm described here: -# https://www.w3.org/TR/html5/forms.html#url-encoded-form-data +# https://www.w3.org/TR/html5/forms.html#url-encoded-form-data { ok my $req = GET 'root/bar';