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:
Viktor Szakats 2025-12-09 01:15:29 +01:00
parent bf70031518
commit 70d71e8761
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
22 changed files with 547 additions and 543 deletions

View file

@ -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'

View file

@ -31,6 +31,7 @@ my @tabs = (
"Makefile\\.(am|example)\$",
"/mkfile",
"\\.sln\$",
"^tests/data/data1706-stdout.txt",
"^tests/data/test",
);