summaryrefslogtreecommitdiffstats
path: root/t/01
diff options
context:
space:
mode:
Diffstat (limited to 't/01')
-rw-r--r--t/01/template.section1
-rw-r--r--t/01/weaver.ini9
2 files changed, 10 insertions, 0 deletions
diff --git a/t/01/template.section b/t/01/template.section
new file mode 100644
index 0000000..00e81f9
--- /dev/null
+++ b/t/01/template.section
@@ -0,0 +1 @@
+got template with parameter {{ $foo }}
diff --git a/t/01/weaver.ini b/t/01/weaver.ini
new file mode 100644
index 0000000..e288519
--- /dev/null
+++ b/t/01/weaver.ini
@@ -0,0 +1,9 @@
+[@CorePrep]
+
+[Generic / BEGINNING]
+
+[Template / TEMPLATE]
+template = t/01/template.section
+foo = FOO
+
+[Generic / ENDING]