socon-dev / socon

Socon is a microservice architecture framework that helps you focussing on deploying/chaining individual commands and custom services between your different projects
BSD 3-Clause "New" or "Revised" License
26 stars 3 forks source link

TemplateEngine: render fails on multiple tags on the same line #48

Closed yanis-viola-nxp closed 4 months ago

yanis-viola-nxp commented 4 months ago

working case: {{ tag1 }} {{ tag2 }} {{ tag3 }}

issue with: {{ tag1 }} {{ tag2 }} {{ tag3 }}

-> render takes "tag1 }} {{ tag2" as tag instead of "tag1" and "tag2" separately

StephaneCapponi commented 4 months ago

Hello, Thanks Yanis for the feedback. Can you add an entry in the changelog folder like the following: echo "Fix template rendering when multiple tags are passed on the same line" > changelog/48.bugfix.rst

You can can commit that file with your pull request

yanis-viola-nxp commented 4 months ago

Hello, Thanks Yanis for the feedback. Can you add an entry in the changelog folder like the following: echo "Fix template rendering when multiple tags are passed on the same line" > changelog/48.bugfix.rst

You can can commit that file with your pull request

Hello, Sorry I missed the message, maybe for the next time ;-)