chore: add test

This commit is contained in:
Jesús Pérez Lorenzo 2022-01-23 02:18:47 +00:00
parent 8119bf8c23
commit d7748b4dc7
3 changed files with 3 additions and 0 deletions

1
test/data.yaml Normal file
View File

@ -0,0 +1 @@
name: Jesús

1
test/out.j2 Normal file
View File

@ -0,0 +1 @@
Hola ¿ qué tal {{name}} ?

1
test/run.sh Executable file
View File

@ -0,0 +1 @@
cargo run -- --data test/data.yaml --tpl test/out.j2