Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update yaml input example
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-stitt committed Dec 20, 2017
1 parent 9051e14 commit 49a9c63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/input.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
${i}:
- ${join(", ", h)}
- ${join(", ", list("Foo", "Bar"))}
- ${join(", ", list("Foo", "Bar"))}
- ${i}
- ${upper("foobar")}
- ${length(h)}

0 comments on commit 49a9c63

Please # to comment.