tyler-sommer/stick

Auto escaping not escaping nested variables

shane-exley opened this issue · 1 comments

Auto escaping work fine for top level variables but ignores nested

I'm extremely late to the party, but thank you for submitting this issue @shane-exley !

I took some time to see if I could replicate this behavior, but what I've come up with seems to be working as expected. Here's a Go Playground link with the code I'm using to validate: https://go.dev/play/p/DkvtMDqjbci

Can you provide a bit more context or steps to replicate this bug? Much appreciated!