test1625: unit test for Curl_compareheader

Follow-up to 2938cb72e5

Closes #20901
This commit is contained in:
Daniel Stenberg 2026-03-12 09:36:41 +01:00
parent c0f17dee36
commit ed7bfcd17d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 167 additions and 1 deletions

View file

@ -16,6 +16,7 @@ codespell \
--skip 'projects/vms/*' \
--skip 'RELEASE-NOTES' \
--skip 'scripts/wcurl' \
--skip 'tests/unit/unit1625.c' \
--ignore-regex '.*spellchecker:disable-line' \
--ignore-words '.github/scripts/codespell-ignore.words' \
--

View file

@ -30,4 +30,5 @@ extend-exclude = [
"projects/Windows/tmpl/libcurl.vcxproj",
"scripts/wcurl",
"tests/data/test*",
"tests/unit/unit1625.c",
]