mirror of
https://github.com/curl/curl.git
synced 2026-04-13 00:31:41 +08:00
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 |
||
|---|---|---|
| .. | ||
| CI.md | ||
| FILEFORMAT.md | ||
| HTTP.md | ||
| TEST-SUITE.md | ||