test1275: verify upercase after period in markdown

Script based on the #9474 pull-request logic, but implemented in perl.

Updated docs/URL-SYNTAX.md accordingly.

Suggested-by: Dan Fandrich

Closes #9697
This commit is contained in:
Daniel Stenberg 2022-10-11 09:34:38 +02:00
parent ddeec8feba
commit aafb06c592
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 123 additions and 3 deletions

View file

@ -299,8 +299,7 @@ want the matching `MAILINDEX` numbers returned then you could search via URL:
imap://user:password@mail.example.com/INBOX?TEXT%20%22foo%20bar%22
.. but if you wanted matching `UID` numbers you would have to use a custom
request:
If you want matching `UID` numbers you have to use a custom request:
imap://user:password@mail.example.com/INBOX -X "UID SEARCH TEXT \"foo bar\""