diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-01-21 12:28:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-01-21 12:28:29 +0000 |
commit | e09718d457f5ba512920c9ed0a0db5c8ca6dcc53 (patch) | |
tree | d6c2a268fe0b040428ecba0832b17af79f0644a7 /tests | |
parent | 2c0418f154afbdc8f4d27d63d4329d3364be9c75 (diff) |
Julien Chaffraix fixed line lengths
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1110 | 3 | ||||
-rw-r--r-- | tests/data/test1111 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/data/test1110 b/tests/data/test1110 index d15d3035c..c7abcae92 100644 --- a/tests/data/test1110 +++ b/tests/data/test1110 @@ -1,5 +1,6 @@ <testcase> -# Test that the fragment is not send as part of the path when the path contains a query. +# Test that the fragment is not send as part of the path +# when it contains a query. <info> <keywords> HTTP diff --git a/tests/data/test1111 b/tests/data/test1111 index 36a2f3093..dcad958c4 100644 --- a/tests/data/test1111 +++ b/tests/data/test1111 @@ -1,5 +1,6 @@ <testcase> -# Test that no fragment is not send as part of the path when the URI contains 2 '#' (does not follow RFC 2396) +# Test that no fragment is not send as part of the path +# when the URI contains 2 '#' (does not follow RFC 2396) <info> <keywords> HTTP |