]> git.ipfire.org Git - thirdparty/curl.git/commit
runtests: do CRLF replacements per section only
authorDaniel Stenberg <daniel@haxx.se>
Thu, 1 Dec 2022 08:21:04 +0000 (09:21 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Dec 2022 14:04:23 +0000 (15:04 +0100)
commit2f34a7347f315513bfda9ef14770d287fb246bcd
tree0c2d6689870494d410b07d79fe12471e9a1c5e09
parent27ec767ebd2032a98db9d98ec575b0d0301a91d8
runtests: do CRLF replacements per section only

The `crlf="yes"` attribute and "hyper mode" are now only applied on a
subset of dedicated sections: data, datacheck, stdout and protocol.

Updated test 2500 accordingly.

Also made test1 use crlf="yes" for <protocol>, mostly because it is
often used as a template test case. Going forward, using this attribute
we should be able to write test cases using linefeeds only and avoid
mixed line ending encodings.

Follow-up to ca15b7512e8d11

Fixes #10009
Closes #10010
tests/FILEFORMAT.md
tests/data/test1
tests/data/test2500
tests/runtests.pl