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:
Daniel Stenberg 2026-02-08 14:09:13 +01:00
parent cdfc8dc7ad
commit afe9fdd1eb
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
93 changed files with 173 additions and 173 deletions

View file

@ -16,7 +16,7 @@ RFC5034
<servercmd>
AUTH PLAIN
REPLY AUTH +
REPLY c2hhcmVkLW1haWxib3gAdXNlcgBzZWNyZXQ= +OK Login successful
REPLY %b64[shared-mailbox%00user%00secret]b64% +OK Login successful
</servercmd>
<data crlf="yes">
From: me@somewhere
@ -47,7 +47,7 @@ pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret --sasl-authzid shared-mailbo
<protocol crlf="yes">
CAPA
AUTH PLAIN
c2hhcmVkLW1haWxib3gAdXNlcgBzZWNyZXQ=
%b64[shared-mailbox%00user%00secret]b64%
RETR %TESTNUMBER
QUIT
</protocol>