summaryrefslogtreecommitdiff
path: root/tests/data/test1202
Commit message (Collapse)AuthorAgeFilesLines
* gopher: Do not translate `?' to `%09'Leonardo Taccari2018-08-241-1/+1
| | | | | | | | | | | | | Since GOPHER support was added in curl `?' character was automatically translated to `%09' (`\t'). However, this behaviour does not seems documented in RFC 4266 and for search selectors it is documented to directly use `%09' in the URL. Apart that several gopher servers in the current gopherspace have CGI support where `?' is used as part of the selector and translating it to `%09' often leads to surprising results. Closes #2910
* Tweaked some test data filesDan Fandrich2010-08-251-2/+1
| | | | | | Fixed some issues that caused xmllint failures, added features and keywords, fixed some quotes and removed some <strip> sections that unnecessarily limited test checking.
* gopher tests: use sws and adjusted to more standard styleDaniel Stenberg2010-08-251-4/+4
|
* gopher: fix test case line endingsDaniel Stenberg2010-08-251-5/+5
| | | | | Patches over email very easily lose CRLF line endings in files otherwise LF-only so I had to put them back where needed.
* Gopher using Curl_write; test suite (4 tests)Cameron Kaiser2010-08-251-0/+41