mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:21:41 +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
2
.github/scripts/pyspelling.yaml
vendored
2
.github/scripts/pyspelling.yaml
vendored
|
|
@ -30,4 +30,4 @@ matrix:
|
|||
- 'strong'
|
||||
- 'em'
|
||||
sources:
|
||||
- '**/*.md|!docs/BINDINGS.md|!docs/DISTROS.md|!docs/CIPHERS-TLS12.md|!docs/wcurl.md'
|
||||
- '**/*.md|!docs/BINDINGS.md|!docs/DISTROS.md|!docs/CIPHERS-TLS12.md|!docs/wcurl.md|!tests/data/data*.md'
|
||||
|
|
|
|||
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