summaryrefslogtreecommitdiff
path: root/t/views
diff options
context:
space:
mode:
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 :>