chore: add test
This commit is contained in:
parent
8119bf8c23
commit
d7748b4dc7
3 changed files with 3 additions and 0 deletions
1
test/data.yaml
Normal file
1
test/data.yaml
Normal file
|
|
@ -0,0 +1 @@
|
|||
name: Jesús
|
||||
1
test/out.j2
Normal file
1
test/out.j2
Normal file
|
|
@ -0,0 +1 @@
|
|||
Hola ¿ qué tal {{name}} ?
|
||||
1
test/run.sh
Executable file
1
test/run.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
cargo run -- --data test/data.yaml --tpl test/out.j2
|
||||
Loading…
Add table
Add a link
Reference in a new issue