Closed MetRonnie closed 1 year ago
E.g.
#!jinja2 # {% set x = 12 %}
Even though the Jinja2 statement is in a Cylc comment, it still gets executed at parse-time. So it should not be tokenised as a comment.
(Jinja2 comments are done by {# this is a comment #})
{# this is a comment #}
E.g.
Even though the Jinja2 statement is in a Cylc comment, it still gets executed at parse-time. So it should not be tokenised as a comment.
(Jinja2 comments are done by
{# this is a comment #}
)