mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +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
|
|
@ -33,9 +33,9 @@ imap://%HOSTIP:%IMAPPORT/%TESTNUMBER
|
|||
-F "=)"
|
||||
-F "=@%LOGDIR/test%TESTNUMBER.txt"
|
||||
-H "Date: Mon, 7 Feb 1994 21:52:25 -0800 (PST)"
|
||||
-H "From: Fred Foobar <foobar@example.com>"
|
||||
-H "From: Fred Foobar %LTfoobar@example.com%GT"
|
||||
-H "To: joe@example.com"
|
||||
-H "Message-Id: <B27397-0100000@example.com>"
|
||||
-H "Message-Id: %LTB27397-0100000@example.com%GT"
|
||||
-H "Subject: afternoon meeting"
|
||||
-u user:secret
|
||||
</command>
|
||||
|
|
@ -63,9 +63,9 @@ A004 LOGOUT
|
|||
Content-Type: multipart/mixed; boundary=----------------------------%CR
|
||||
Mime-Version: 1.0%CR
|
||||
Date: Mon, 7 Feb 1994 21:52:25 -0800 (PST)%CR
|
||||
From: Fred Foobar <foobar@example.com>%CR
|
||||
From: Fred Foobar %LTfoobar@example.com%GT%CR
|
||||
To: joe@example.com%CR
|
||||
Message-Id: <B27397-0100000@example.com>%CR
|
||||
Message-Id: %LTB27397-0100000@example.com%GT%CR
|
||||
Subject: afternoon meeting%CR
|
||||
%CR
|
||||
------------------------------%CR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue