mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
added another base64 test
This commit is contained in:
parent
69d3e3f3f8
commit
dccba10997
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user