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 to 63e9721b63 #19313
Follow-up to 6cf3d7b1b1 #19318
Follow-up to 4d2a05d3fe #19284

Closes #19347
This commit is contained in:
Viktor Szakats 2025-11-03 21:38:35 +01:00
parent 672886f734
commit 904e7ecb66
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
123 changed files with 2045 additions and 2009 deletions

View file

@ -39,7 +39,7 @@ It may contain any type of data.
</file1>
<file2 name="%LOGDIR/headers%TESTNUMBER">
# This line is a comment
X-fileheader1: This is a header from a file%SP
X-fileheader1: This is a header from a file%SP%CR
# This line is another comment. It precedes a folded header.
X-fileheader2: This is #a
@ -62,40 +62,40 @@ DATA
QUIT
</protocol>
<upload>
Content-Type: multipart/mixed; boundary=----------------------------
Mime-Version: 1.0
From: different
To: another
Reply-To: <followup@example.com>
------------------------------
Content-Type: multipart/alternative; boundary=----------------------------
------------------------------
Content-Type: text/html
Content-Transfer-Encoding: 8bit
X-test1: this is a header
X-test2: this is another header
<body>This is the html version</body>
------------------------------
X-fileheader1: This is a header from a file
X-fileheader2: This is #a folded header
This is the plain text version
--------------------------------
------------------------------
Content-Disposition: attachment; filename="test%TESTNUMBER.txt"
X-fileheader1: This is a header from a file
X-fileheader2: This is #a folded header
Content-Type: multipart/mixed; boundary=----------------------------%CR
Mime-Version: 1.0%CR
From: different%CR
To: another%CR
Reply-To: <followup@example.com>%CR
%CR
------------------------------%CR
Content-Type: multipart/alternative; boundary=----------------------------%CR
%CR
------------------------------%CR
Content-Type: text/html%CR
Content-Transfer-Encoding: 8bit%CR
X-test1: this is a header%CR
X-test2: this is another header%CR
%CR
<body>This is the html version</body>%CR
------------------------------%CR
X-fileheader1: This is a header from a file%CR
X-fileheader2: This is #a folded header%CR
%CR
This is the plain text version%CR
--------------------------------%CR
%CR
------------------------------%CR
Content-Disposition: attachment; filename="test%TESTNUMBER.txt"%CR
X-fileheader1: This is a header from a file%CR
X-fileheader2: This is #a folded header%CR
%CR
This is an attached file.
It may contain any type of data.
--------------------------------
.
%CR
--------------------------------%CR
.%CR
</upload>
</verify>
</testcase>