Closed aFlyBird0 closed 1 year ago
Signed-off-by: Bird aflybird0@gmail.com
Note: please complete ALL items in the following checklist.
Support:
vars: a: [[ b]]a b: 123 c: [[a]]c d: [[a]]/[[ c ]]/[[b]]
It is equal to:
vars: a: "123a" b: 123 c: "123ac" d: "123a/123ac/123"
Signed-off-by: Bird aflybird0@gmail.com
Pre-Checklist
Note: please complete ALL items in the following checklist.
Description
Support:
It is equal to:
Related Issues
New Behavior (screenshots if needed)