diff --git a/test/test-1.req b/test/test-1.req index be0af20..86175bf 100644 --- a/test/test-1.req +++ b/test/test-1.req @@ -1 +1 @@ -http://localhost:2015/baz?z=bar&a=foo \ No newline at end of file +http://localhost:2015/baz?z=bar&a=foo diff --git a/test/test-1.res b/test/test-1.res index a37dfb7..ab12362 100644 --- a/test/test-1.res +++ b/test/test-1.res @@ -1 +1 @@ -z=bar&a=foo \ No newline at end of file +z=bar&a=foo diff --git a/test/test-2.req b/test/test-2.req index b983df6..28729e5 100644 --- a/test/test-2.req +++ b/test/test-2.req @@ -1 +1 @@ -http://localhost:2015/baz?z=bar&m=baz&a=foo \ No newline at end of file +http://localhost:2015/baz?z=bar&m=baz&a=foo diff --git a/test/test-2.res b/test/test-2.res index cc85d3c..ffc07e3 100644 --- a/test/test-2.res +++ b/test/test-2.res @@ -1 +1 @@ -a=foo&m=baz&z=bar \ No newline at end of file +a=foo&m=baz&z=bar diff --git a/test/test-3.req b/test/test-3.req index eb6de0a..7e082b6 100644 --- a/test/test-3.req +++ b/test/test-3.req @@ -1 +1 @@ -http://localhost:2015/baz?Z=bar&M=baz&a=foo \ No newline at end of file +http://localhost:2015/baz?Z=bar&M=baz&a=foo diff --git a/test/test-3.res b/test/test-3.res index f68d7c2..d00b966 100644 --- a/test/test-3.res +++ b/test/test-3.res @@ -1 +1 @@ -M=baz&Z=bar&a=foo \ No newline at end of file +M=baz&Z=bar&a=foo diff --git a/test/test-4.req b/test/test-4.req index eb6de0a..7e082b6 100644 --- a/test/test-4.req +++ b/test/test-4.req @@ -1 +1 @@ -http://localhost:2015/baz?Z=bar&M=baz&a=foo \ No newline at end of file +http://localhost:2015/baz?Z=bar&M=baz&a=foo diff --git a/test/test-4.res b/test/test-4.res index cc85d3c..ffc07e3 100644 --- a/test/test-4.res +++ b/test/test-4.res @@ -1 +1 @@ -a=foo&m=baz&z=bar \ No newline at end of file +a=foo&m=baz&z=bar