var: add a '64dec' function that base64 decodes a string#16330
var: add a '64dec' function that base64 decodes a string#16330
Conversation
|
my first impression of this is d64 looks very similar to b64 and that might be confusing to read in scripts. b64decode? too long? |
|
I've tried to keep them short, especially since they can be used in combinations. How about |
|
edit: Maybe b64dec would be confusing to some people? so nevermind.. any of those should be fine |
|
Analysis of PR #16330 at 789b540a: Test 455 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Note that this test has failed in 101 different CI jobs (the link just goes to one of them). Test 487 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Note that this test has failed in 101 different CI jobs (the link just goes to one of them). Test 2048 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Generated by Testclutch |
Verified in test 455 and 487. If the provided string cannot be base64-decoded, it will instead use "[d64-fail]" (without the quotes). Documented Ref: #16288
Verified in test 455 and 487. If the provided string cannot be base64-decoded, it will instead use "[64dec-fail]" (without the quotes). Documented Ref: curl#16288 Closes curl#16330
Verified in test 455 and 487.
If the provided string cannot be base64-decoded, it will instead use
[64dec-fail].Ref: #16288