summaryrefslogtreecommitdiffstats
path: root/t/data
diff options
context:
space:
mode:
Diffstat (limited to 't/data')
-rw-r--r--t/data/route/templates/bar/foo.tt1
-rw-r--r--t/data/route/templates/bar/index.tt1
-rw-r--r--t/data/route/templates/foo/foo.tt1
-rw-r--r--t/data/route/templates/foo/index.tt1
4 files changed, 4 insertions, 0 deletions
diff --git a/t/data/route/templates/bar/foo.tt b/t/data/route/templates/bar/foo.tt
new file mode 100644
index 0000000..0b689dd
--- /dev/null
+++ b/t/data/route/templates/bar/foo.tt
@@ -0,0 +1 @@
+<p>[% uri_for(template => 'foo.tt') %]: [% my_thing %]</p>
diff --git a/t/data/route/templates/bar/index.tt b/t/data/route/templates/bar/index.tt
new file mode 100644
index 0000000..f9000e6
--- /dev/null
+++ b/t/data/route/templates/bar/index.tt
@@ -0,0 +1 @@
+<b>Hello world: [% my_thing %]</b>
diff --git a/t/data/route/templates/foo/foo.tt b/t/data/route/templates/foo/foo.tt
new file mode 100644
index 0000000..ba1c791
--- /dev/null
+++ b/t/data/route/templates/foo/foo.tt
@@ -0,0 +1 @@
+<p>[% uri_for(template => 'foo.tt') %]</p>
diff --git a/t/data/route/templates/foo/index.tt b/t/data/route/templates/foo/index.tt
new file mode 100644
index 0000000..7849703
--- /dev/null
+++ b/t/data/route/templates/foo/index.tt
@@ -0,0 +1 @@
+<b>Hello world</b>