diff --git a/test/data.yaml b/test/data.yaml new file mode 100644 index 0000000..d94ff1d --- /dev/null +++ b/test/data.yaml @@ -0,0 +1 @@ +name: Jesús diff --git a/test/out.j2 b/test/out.j2 new file mode 100644 index 0000000..ae9a3fa --- /dev/null +++ b/test/out.j2 @@ -0,0 +1 @@ +Hola ¿ qué tal {{name}} ? diff --git a/test/run.sh b/test/run.sh new file mode 100755 index 0000000..bf8d7a6 --- /dev/null +++ b/test/run.sh @@ -0,0 +1 @@ +cargo run -- --data test/data.yaml --tpl test/out.j2