mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:33:38 +03:00
tests: convert base64 data to %b64[]
To make it easier to read, understand and edit tests - and grep them. Closes #20547
This commit is contained in:
parent
cdfc8dc7ad
commit
afe9fdd1eb
93 changed files with 173 additions and 173 deletions
|
|
@ -13,7 +13,7 @@ UPLOAD
|
|||
<servercmd>
|
||||
AUTH OAUTHBEARER XOAUTH2
|
||||
REPLY AUTH 334 XOAUTH2 supported
|
||||
REPLY dXNlcj11c2VyAWF1dGg9QmVhcmVyIG1GXzkuQjVmLTQuMUpxTQEB 235 Authenticated
|
||||
REPLY %b64[user=user%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64% 235 Authenticated
|
||||
</servercmd>
|
||||
</reply>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-fr
|
|||
<protocol crlf="yes">
|
||||
EHLO %TESTNUMBER
|
||||
AUTH XOAUTH2
|
||||
dXNlcj11c2VyAWF1dGg9QmVhcmVyIG1GXzkuQjVmLTQuMUpxTQEB
|
||||
%b64[user=user%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64%
|
||||
MAIL FROM:%LTsender@example.com%GT
|
||||
RCPT TO:%LTrecipient@example.com%GT
|
||||
DATA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue