Update the test file
This commit is contained in:
parent
d92d205dd9
commit
61a40dce13
|
@ -858,11 +858,11 @@ func TestInterpolateFuncSha256(t *testing.T) {
|
|||
})
|
||||
}
|
||||
|
||||
func TestInterpolateFuncTrim(t *testing.T) {
|
||||
func TestInterpolateFuncTrimSpace(t *testing.T) {
|
||||
testFunction(t, testFunctionConfig{
|
||||
Cases: []testFunctionCase{
|
||||
{
|
||||
`${trim(" test ")}`,
|
||||
`${trimspace(" test ")}`,
|
||||
"test",
|
||||
false,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue