mirror of
https://github.com/curl/curl.git
synced 2026-08-01 18:10:29 +03:00
tests/data: more XML-compliance via %LT and %GT macros in email addresses
Reduce number of files failing `xmllint --format` from 133 to 57 (-76)
(3% of 1894), by replacing `<` and `>` with new macro `%LT` and `%GT`,
in most places, which is in email addresses (192 lines).
Follow-up to a9ec2a676c #19491
Closes #19470
This commit is contained in:
parent
97169a91d9
commit
de49cc89ab
80 changed files with 195 additions and 193 deletions
|
|
@ -43,12 +43,12 @@ smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER
|
|||
<verify>
|
||||
<protocol crlf="yes">
|
||||
EHLO %TESTNUMBER
|
||||
MAIL FROM:<sender@example.com>
|
||||
RCPT TO:<recipient.one@example.com>
|
||||
RCPT TO:<recipient.two@example.com>
|
||||
RCPT TO:<recipient.three@example.com>
|
||||
RCPT TO:<recipient.four@example.com>
|
||||
RCPT TO:<invalid.five>
|
||||
MAIL FROM:%LTsender@example.com%GT
|
||||
RCPT TO:%LTrecipient.one@example.com%GT
|
||||
RCPT TO:%LTrecipient.two@example.com%GT
|
||||
RCPT TO:%LTrecipient.three@example.com%GT
|
||||
RCPT TO:%LTrecipient.four@example.com%GT
|
||||
RCPT TO:%LTinvalid.five%GT
|
||||
DATA
|
||||
QUIT
|
||||
</protocol>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue