mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +03:00
tests: replace remaining CR bytes with the new macro %CR
There is no more mixed-newline file in the repository after this patch. Except for`.bat` and `.sln` files (4 in total), all files use LF newlines. Also: - `spacecheck.pl`: drop mixed-EOL exception for test data. - runtests: add option `-w` to check if test data has stray CR bytes in them. - build: enable the option above in test targets, except the CI-specific one where `spacecheck.pl` does this job already. - tested OK (with expected failures) in CI with stray CRs added. - cmake: enable option `-a` for the `tests` target. To continue testing after a failed test. Follow-up to63e9721b63#19313 Follow-up to6cf3d7b1b1#19318 Follow-up to4d2a05d3fe#19284 Closes #19347
This commit is contained in:
parent
672886f734
commit
904e7ecb66
123 changed files with 2045 additions and 2009 deletions
|
|
@ -25,14 +25,14 @@ Content-Length: 1287
|
|||
</data>
|
||||
|
||||
<datacheck>
|
||||
HTTP/1.1 200 OK
|
||||
Date: Mon, 29 Nov 2004 21:56:53 GMT
|
||||
Server: Apache/1.3.31 (Debian GNU/Linux) mod_gzip/1.3.26.1a PHP/4.3.9-1 mod_ssl/2.8.20 OpenSSL/0.9.7d mod_perl/1.29
|
||||
Vary: Accept-Encoding
|
||||
Content-Type: text/html; charset=ISO-8859-1
|
||||
Content-Encoding: deflate
|
||||
Content-Length: 1287
|
||||
|
||||
HTTP/1.1 200 OK%CR
|
||||
Date: Mon, 29 Nov 2004 21:56:53 GMT%CR
|
||||
Server: Apache/1.3.31 (Debian GNU/Linux) mod_gzip/1.3.26.1a PHP/4.3.9-1 mod_ssl/2.8.20 OpenSSL/0.9.7d mod_perl/1.29%CR
|
||||
Vary: Accept-Encoding%CR
|
||||
Content-Type: text/html; charset=ISO-8859-1%CR
|
||||
Content-Encoding: deflate%CR
|
||||
Content-Length: 1287%CR
|
||||
%CR
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE project-listing SYSTEM "http://freshmeat.net/backend/fm-projects-0.4.dtd">
|
||||
<project-listing>
|
||||
|
|
@ -43,15 +43,15 @@ Content-Length: 1287
|
|||
<projectname_short>curl</projectname_short>
|
||||
<projectname_full>curl and libcurl</projectname_full>
|
||||
<desc_short>Command line tool and library for client-side URL transfers.</desc_short>
|
||||
<desc_full>curl and libcurl is a tool for transferring files
|
||||
using URL syntax. It supports HTTP, HTTPS, FTP,
|
||||
FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
|
||||
well as HTTP-post, HTTP-put, cookies, FTP upload,
|
||||
resumed transfers, passwords, portnumbers, SSL
|
||||
certificates, Kerberos, and proxies. It is powered
|
||||
by libcurl, the client-side URL transfer library.
|
||||
There are bindings to libcurl for over 20
|
||||
languages and environments.
|
||||
<desc_full>curl and libcurl is a tool for transferring files%CR
|
||||
using URL syntax. It supports HTTP, HTTPS, FTP,%CR
|
||||
FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as%CR
|
||||
well as HTTP-post, HTTP-put, cookies, FTP upload,%CR
|
||||
resumed transfers, passwords, portnumbers, SSL%CR
|
||||
certificates, Kerberos, and proxies. It is powered%CR
|
||||
by libcurl, the client-side URL transfer library.%CR
|
||||
There are bindings to libcurl for over 20%CR
|
||||
languages and environments.%CR
|
||||
</desc_full>
|
||||
<vitality_score>5784.57</vitality_score>
|
||||
<vitality_percent>3.16</vitality_percent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue