From: Yang Tse Date: Fri, 22 Jan 2010 07:32:09 +0000 (+0000) Subject: Julien Chaffraix adjusted " section" line length X-Git-Tag: curl-7_20_0~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e59a5cbe4ee16b097830d2e3d27b53c4c18e1307;p=thirdparty%2Fcurl.git Julien Chaffraix adjusted " section" line length --- diff --git a/tests/data/test1109 b/tests/data/test1109 index ac6224c168..c18ae46c6d 100644 --- a/tests/data/test1109 +++ b/tests/data/test1109 @@ -23,7 +23,7 @@ hello http -HTTP GET with URL that contains fragment after the path. +HTTP GET with URL that contains fragment after the path http://%HOSTIP:%HTTPPORT/1109#test diff --git a/tests/data/test1110 b/tests/data/test1110 index c7abcae924..90ffc41e39 100644 --- a/tests/data/test1110 +++ b/tests/data/test1110 @@ -24,7 +24,7 @@ hello http -HTTP GET with URL that contains a fragment after the query part. +HTTP GET with URL that contains a fragment after the query part http://%HOSTIP:%HTTPPORT/1110?q=foobar#fragment diff --git a/tests/data/test1111 b/tests/data/test1111 index dcad958c45..77b78f75d7 100644 --- a/tests/data/test1111 +++ b/tests/data/test1111 @@ -24,7 +24,7 @@ hello http -HTTP GET with URL that contains a fragment containing a # (which is illegal). +HTTP GET with URL whose fragment contains a # (which is illegal) http://%HOSTIP:%HTTPPORT/1111?q=foobar#fragment#fragment2