From 8c630ef059f7e8acd4eef97c85793c80b75f145d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 15 Nov 2016 08:22:54 +0100 Subject: glob: fix [a-c] globbing regression Brought in ee4f76606cf Added test case 1280 to verify Reported-by: Dave Reisner Bug: https://github.com/curl/curl/commit/ee4f76606cfa4ee068bf28edd37c8dae7e8db317#commitcomment-19823146 --- tests/data/test1280 | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 tests/data/test1280 (limited to 'tests/data/test1280') diff --git a/tests/data/test1280 b/tests/data/test1280 new file mode 100644 index 000000000..15c1e2fd1 --- /dev/null +++ b/tests/data/test1280 @@ -0,0 +1,58 @@ + + + +globbing + + + +# +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Content-Length: 6 +Connection: close + +bytes + + + +# Client-side + + +http + + +simple [a-d] globbing + + +http://%HOSTIP:%HTTPPORT/[a-d]/1280 + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /a/1280 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + +GET /b/1280 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + +GET /c/1280 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + +GET /d/1280 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + + -- cgit v1.2.3