diff options
Diffstat (limited to 'tests/data/simple/templates')
-rw-r--r-- | tests/data/simple/templates/from_self.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/simple/templates/from_self.yaml b/tests/data/simple/templates/from_self.yaml new file mode 100644 index 0000000..f4c535f --- /dev/null +++ b/tests/data/simple/templates/from_self.yaml @@ -0,0 +1,3 @@ +name: {{ name | to_yaml }} +description: {{ description | to_yaml }} +position: {{ position | to_yaml }} |