tests/data: move --libcurl output to external data files

To make the test files XML-compliant, and the expected results
possibly easier to manage by keeping them in `.c` files.

Non-XML-compliant files are down to 36 after this patch.

Also:
- make all macro expansions apply to `%includetext` contents.

Closes #19799
This commit is contained in:
Viktor Szakats 2025-12-01 13:31:42 +01:00
parent 2ae983bf4e
commit d75716e4e5
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
27 changed files with 645 additions and 630 deletions

View file

@ -115,7 +115,8 @@ the include instruction:
%include filename%
Or, a variant of the above where the file is loaded as a newline-agnostic
text file, and `%CR`, `%SP`, `%TAB` macros are expanded after inclusion:
text file, and whitespace, special character macros and variables expanded
after inclusion:
%includetext filename%