malthe / chameleon

Fast HTML/XML template engine for Python
https://chameleon.readthedocs.io
Other
177 stars 64 forks source link

Fix issue with multiple dollar escape #423

Closed malthe closed 6 months ago

malthe commented 6 months ago

This closes issue #422.

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8595920164

Details


Totals Coverage Status
Change from base Build 8565814900: 0.04%
Covered Lines: 3899
Relevant Lines: 4140

đź’› - Coveralls
brianread108 commented 6 months ago

I'm running Mint21.3 and loaded chameleon with pip install. How can I load up the change and try it out?

I guess I could just make the edit if I can find the source file?

malthe commented 6 months ago

Use “pip install -U Chameleon” to upgrade.

man. 8. apr. 2024 kl. 10.06 skrev Brian Read @.***>:

I'm running Mint21.3 and loaded chameleon with pip install. How can I load up the change and try it out?

— Reply to this email directly, view it on GitHub https://github.com/malthe/chameleon/pull/423#issuecomment-2042116371, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAGOJPJYGOB2I67F2X5SOTY4JFZXAVCNFSM6AAAAABF4DFRAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBSGEYTMMZXGE . You are receiving this because you modified the open/close state.Message ID: @.***>

brianread108 commented 6 months ago

Ok, confirming that seems to have fixed it - sterling service - many thanks!!