summary refs log tree commit diff
path: root/t/views
diff options
context:
space:
mode:
authorRichard Simões <rsimoes@cpan.org>2011-12-09 10:09:17 -0600
committerRichard Simões <rsimoes@cpan.org>2011-12-09 10:09:17 -0600
commit495c00a71e8937eb9fd6f85657c8b7d097f1dfba (patch)
tree0fa7c861f34880858b42b9f61c09684bb137c656 /t/views
parentMerge pull request #4 from fayland/master (diff)
downloaddancer-template-xslate-495c00a71e8937eb9fd6f85657c8b7d097f1dfba.tar.gz
add dzil plugins, use File::Spec exclusively instead of regular expressions
Diffstat (limited to 't/views')
-rw-r--r--t/views/index.tx3
-rw-r--r--t/views/index.xslate5
2 files changed, 8 insertions, 0 deletions
diff --git a/t/views/index.tx b/t/views/index.tx
new file mode 100644
index 0000000..8ecc8e1
--- /dev/null
+++ b/t/views/index.tx
@@ -0,0 +1,3 @@
+:for $loop -> $i {
+<: $i :><br />
+:}
diff --git a/t/views/index.xslate b/t/views/index.xslate
new file mode 100644
index 0000000..7ec6233
--- /dev/null
+++ b/t/views/index.xslate
@@ -0,0 +1,5 @@
+this is var1="<: $var1 :>" and var2=<: $var2 :>
+
+another line
+
+<: $foo :> <: $bar :> <: $baz :>