summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/jinja-as-yaml-include01.yaml.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yamlparser/fixtures/jinja-as-yaml-include01.yaml.inc')
-rw-r--r--tests/yamlparser/fixtures/jinja-as-yaml-include01.yaml.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/yamlparser/fixtures/jinja-as-yaml-include01.yaml.inc b/tests/yamlparser/fixtures/jinja-as-yaml-include01.yaml.inc
deleted file mode 100644
index c1c3c8b3..00000000
--- a/tests/yamlparser/fixtures/jinja-as-yaml-include01.yaml.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-{% for item in ['a', 'b', 'c'] %}
-- {{ item }}
-{% endfor -%}