mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:33:34 +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
|
|
@ -16,7 +16,7 @@ RFC5034
|
|||
<servercmd>
|
||||
AUTH EXTERNAL
|
||||
REPLY AUTH +
|
||||
REPLY dXNlcg== +OK Login successful
|
||||
REPLY %b64[user]b64% +OK Login successful
|
||||
</servercmd>
|
||||
<data crlf="yes">
|
||||
From: me@somewhere
|
||||
|
|
@ -47,7 +47,7 @@ POP3 external authentication
|
|||
<protocol crlf="yes">
|
||||
CAPA
|
||||
AUTH EXTERNAL
|
||||
dXNlcg==
|
||||
%b64[user]b64%
|
||||
RETR %TESTNUMBER
|
||||
QUIT
|
||||
</protocol>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue