summaryrefslogtreecommitdiff
path: root/test/templates/crlf.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/templates/crlf.html')
-rw-r--r--test/templates/crlf.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/templates/crlf.html b/test/templates/crlf.html
new file mode 100644
index 0000000..d2620db
--- /dev/null
+++ b/test/templates/crlf.html
@@ -0,0 +1,19 @@
+<html>
+
+<%page args="a=['foo',
+ 'bar']"/>
+
+like the name says.
+
+ % for x in [1,2,3]:
+ ${x}\
+ % endfor
+
+${trumpeter == 'Miles' and trumpeter or \
+ 'Dizzy'}
+
+<%def name="hi()">
+ hi!
+</%def>
+
+</html>