mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:01:41 +03:00
test1625: unit test for Curl_compareheader
Follow-up to 2938cb72e5
Closes #20901
This commit is contained in:
parent
c0f17dee36
commit
ed7bfcd17d
7 changed files with 167 additions and 1 deletions
1
.github/scripts/codespell.sh
vendored
1
.github/scripts/codespell.sh
vendored
|
|
@ -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' \
|
||||
--
|
||||
|
|
|
|||
1
.github/scripts/typos.toml
vendored
1
.github/scripts/typos.toml
vendored
|
|
@ -30,4 +30,5 @@ extend-exclude = [
|
|||
"projects/Windows/tmpl/libcurl.vcxproj",
|
||||
"scripts/wcurl",
|
||||
"tests/data/test*",
|
||||
"tests/unit/unit1625.c",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue