An unescaped $ in a string literal leads to ParseError "" "Failed reading: satisfy" being thrown. Which is not fun if you're storing password-like strings in the config. So it would be nice if the error message was better and also if there was a way to disable var interpolation.
An unescaped
$
in a string literal leads toParseError "" "Failed reading: satisfy"
being thrown. Which is not fun if you're storing password-like strings in the config. So it would be nice if the error message was better and also if there was a way to disable var interpolation.