X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fdata%2Furlencoded%2F005-results.pml;h=1cd75c10189b488bd3183c4f0640f0a2aa461e62;hb=08160cca69ee960a312c88410dd5c5b3b376a577;hp=1fd9cff552dd9a8a10e8c63184b1140608c1fd17;hpb=e0c37f8e56e19ce6a767ced61f8300891da095ff;p=catagits%2FHTTP-Body.git diff --git a/t/data/urlencoded/005-results.pml b/t/data/urlencoded/005-results.pml index 1fd9cff..1cd75c1 100644 --- a/t/data/urlencoded/005-results.pml +++ b/t/data/urlencoded/005-results.pml @@ -4,5 +4,8 @@ "param" => { "one" => "foo", "two" => "bar" - } + }, + "param_order" => [ + "one", "two" + ] }