mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
New variables engine supports escape syntax (so e.g. "\${foo:}" was not recognized as variable notation.
Still there was no logic that would clear "\" characters. This patch fixes that