To reproduce, format with v0.6.9: ``` vars: { a: "a" b: "X${a})" } ``` Expected: same as input. Actual: ``` vars: { a: "a" b: "X${a}X)" } ```