Open piofusco opened 1 year ago
Seems like when the environment variable is expanded, Stencil template is considering == as an actual operator, thus providing output 1
. Unsure which comparison is used in runtime, but that should be the reason.
I'll keep this in the back of my head, thanks for reporting!
I have a secret that ends in "==" and am having trouble using sourcery to convert that secret into my stencil.
Steps to reproduce:
brew install sourcery
Secrets.stencil
like the followingResult: Sourcery will produce
Secrets.generated.stencil
that looks like the followingExpected result: Sourcery will produce
Secrets.generated.stencil
that looks like the followingOS: macOS 12.6.1 (M1 Max)