add format test
This commit is contained in:
parent
20190c1224
commit
938d601fbc
1 changed files with 19 additions and 0 deletions
|
|
@ -810,6 +810,25 @@ steps: {
|
|||
step-1-content
|
||||
}
|
||||
}
|
||||
`,
|
||||
},
|
||||
{
|
||||
name: "substitution_mid_string",
|
||||
in: `vars: {
|
||||
test: hello
|
||||
}
|
||||
|
||||
mybox: {
|
||||
label: prefix${test}suffix
|
||||
}
|
||||
`,
|
||||
exp: `vars: {
|
||||
test: hello
|
||||
}
|
||||
|
||||
mybox: {
|
||||
label: prefix${test}suffix
|
||||
}
|
||||
`,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue