Skip to content

Commit

Permalink
fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorescuserban committed Jun 6, 2024
1 parent 16ce5d7 commit 948c802
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion test/test-1.req
Original file line number Diff line number Diff line change
@@ -1 +1 @@
http://localhost:2015/baz?z=bar&a=foo
http://localhost:2015/baz?z=bar&a=foo
2 changes: 1 addition & 1 deletion test/test-1.res
Original file line number Diff line number Diff line change
@@ -1 +1 @@
z=bar&a=foo
z=bar&a=foo
2 changes: 1 addition & 1 deletion test/test-2.req
Original file line number Diff line number Diff line change
@@ -1 +1 @@
http://localhost:2015/baz?z=bar&m=baz&a=foo
http://localhost:2015/baz?z=bar&m=baz&a=foo
2 changes: 1 addition & 1 deletion test/test-2.res
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a=foo&m=baz&z=bar
a=foo&m=baz&z=bar
2 changes: 1 addition & 1 deletion test/test-3.req
Original file line number Diff line number Diff line change
@@ -1 +1 @@
http://localhost:2015/baz?Z=bar&M=baz&a=foo
http://localhost:2015/baz?Z=bar&M=baz&a=foo
2 changes: 1 addition & 1 deletion test/test-3.res
Original file line number Diff line number Diff line change
@@ -1 +1 @@
M=baz&Z=bar&a=foo
M=baz&Z=bar&a=foo
2 changes: 1 addition & 1 deletion test/test-4.req
Original file line number Diff line number Diff line change
@@ -1 +1 @@
http://localhost:2015/baz?Z=bar&M=baz&a=foo
http://localhost:2015/baz?Z=bar&M=baz&a=foo
2 changes: 1 addition & 1 deletion test/test-4.res
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a=foo&m=baz&z=bar
a=foo&m=baz&z=bar

0 comments on commit 948c802

Please sign in to comment.