mirror of
https://github.com/curl/curl.git
synced 2026-06-30 08:16:06 +03:00
tests/data: move section data to external files
To make the test files XML-compliant, and the expected results possibly easier to manage by keeping them in `.md`, `.html`, `.1` and `.txt` files. Non-XML-compliant files are down to 31 (1.6%) after this patch. Closes #19882
This commit is contained in:
parent
bf70031518
commit
70d71e8761
22 changed files with 547 additions and 543 deletions
1
.github/scripts/spacecheck.pl
vendored
1
.github/scripts/spacecheck.pl
vendored
|
|
@ -31,6 +31,7 @@ my @tabs = (
|
|||
"Makefile\\.(am|example)\$",
|
||||
"/mkfile",
|
||||
"\\.sln\$",
|
||||
"^tests/data/data1706-stdout.txt",
|
||||
"^tests/data/test",
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue