X-Git-Url: http://nitlanguage.org diff --git a/lib/popcorn/tests/res/test_example_query_string.res b/lib/popcorn/tests/res/test_example_query_string.res deleted file mode 100644 index 699b0db..0000000 --- a/lib/popcorn/tests/res/test_example_query_string.res +++ /dev/null @@ -1,24 +0,0 @@ - -[Client] curl -s localhost:*****/ -URI: / -Query string: - -[Client] curl -s localhost:*****/?user=Morriar -URI: / -Query string: user=Morriar -user: Morriar - -[Client] curl -s localhost:*****/?reload -URI: / -Query string: reload - -[Client] curl -s localhost:*****/?foo\&bar=baz -URI: / -Query string: foo&bar=baz -bar: baz - -[Client] curl -s localhost:*****/?items=10\&order=asc -URI: / -Query string: items=10&order=asc -items: 10 -order: asc