godotenv icon indicating copy to clipboard operation
godotenv copied to clipboard

Dont escape exclamation (!)

Open mniak opened this issue 2 years ago • 2 comments

I dont understand why the exclamation is escaped in this library.

I intend to make a pull request making the escaping of ! an option that could be disabled.

If you agree, we could turn this off by default.

mniak avatar Mar 28 '22 21:03 mniak

Implemented in #173

mniak avatar Mar 28 '22 22:03 mniak

My intention for this library is to maintain generic compatibility with the other dotenv libraries.

If the library's behaviour here is inconsistent with the ruby or node implementations, then I will accept a change to make it consistent. If not, I will not add a flag to enable an incompatibility mode.

Thanks.

joho avatar Jun 12 '22 02:06 joho