Each .yaml template file in this tests directory
has a corresponding .out file giving the expected output.
Any other files are static input for one or more templates.
All examples from the project documentation should show the file path in this directory as a comment and be kept synchronized.
- These test cases double as examples.
- Examples which are not referenced and explained elsewhere in the documentation should have a section in this README.
-
Base case: no output directives results in no output
- see nothing.yaml
-
Working with dictionaries
- see dict.yaml
- see dict_file.yaml
-
Substituting function arguments when 'prep' directive is given
- see func_prep.yaml
-
Populating 'meta' from file contents
- see file_as_meta.yaml
- see yaml_as_meta.yaml