twigphp / Twig

Twig, the flexible, fast, and secure template language for PHP
https://twig.symfony.com/
BSD 3-Clause "New" or "Revised" License
8.18k stars 1.25k forks source link

Add support for inline comments #4349

Closed fabpot closed 1 month ago

fabpot commented 1 month ago

Closes #4001

stof commented 1 month ago

I suggest adding tests covering that a # inside strings is not triggering the parsing as inline comments

fabpot commented 1 month ago

I suggest adding tests covering that a # inside strings is not triggering the parsing as inline comments

Added