mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:43:35 +03:00
badwords: fix issues found in tests
There remain some false positives, hits in test data, and `dir` use, around 100 issues in total. There is no plan to enforce badwords on tests. Also: - badwords.txt: let a few `manpage[s]` occurrences through (in Perl code). Closes #19541
This commit is contained in:
parent
f0de14168a
commit
a87383828e
247 changed files with 594 additions and 595 deletions
|
|
@ -25,7 +25,7 @@ body
|
|||
imap
|
||||
</server>
|
||||
<name>
|
||||
IMAP doesn't perform SELECT if reusing the same mailbox
|
||||
IMAP does not perform SELECT if reusing the same mailbox
|
||||
</name>
|
||||
<command>
|
||||
'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=123/;SECTION=1' 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=456/;SECTION=2.3' -u user:secret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue