summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/jinja03.yaml.inc
blob: ff2096f5086e964ea35480b6394666cec28f2f9f (plain)
1
2
3
{% for x in [1, 2, 3] %}
{{ x }}
{%- endfor %}