wrouesnel / p2cli

pongo2 cli - like the j2cli package in python, but compiles to self-contained go executables
GNU General Public License v2.0
87 stars 19 forks source link

p2 does not understand bash-escaping properly #3

Closed wrouesnel closed 8 years ago

wrouesnel commented 8 years ago

The parsing of files in env mode is naive. We should use a bash-escape aware library to handle this so that valid bash escapes don't become literals in file mode.

wrouesnel commented 8 years ago

Closed by #4