added another base64 test

This commit is contained in:
Mike Farah 2023-03-18 14:33:48 +11:00
parent 69d3e3f3f8
commit dccba10997

View File

@ -318,6 +318,14 @@ var encoderDecoderOperatorScenarios = []expressionScenario{
"D0, P[], (!!str)::cats\n",
},
},
{
description: "base64 missing padding test",
skipDoc: true,
expression: `"cats" | @base64 | @base64d`,
expected: []string{
"D0, P[], (!!str)::cats\n",
},
},
{
requiresFormat: "xml",
description: "empty xml decode",