summaryrefslogtreecommitdiffstats
path: root/t/basic/wrapper.tx
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-07 00:48:57 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-07 00:48:57 -0500
commit4bba62eb8de961cbfc0ba53cd26b9667db551748 (patch)
treed609dafdbda1019e65b2bf4c88fbcb666e624481 /t/basic/wrapper.tx
parentbee0ff8a0fc620f0359d60b23b1e15991163ea04 (diff)
downloadplack-middleware-xslate-4bba62eb8de961cbfc0ba53cd26b9667db551748.tar.gz
plack-middleware-xslate-4bba62eb8de961cbfc0ba53cd26b9667db551748.zip
basic test
Diffstat (limited to 't/basic/wrapper.tx')
-rw-r--r--t/basic/wrapper.tx10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/basic/wrapper.tx b/t/basic/wrapper.tx
new file mode 100644
index 0000000..5739c50
--- /dev/null
+++ b/t/basic/wrapper.tx
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="/style.css" />
+</head>
+<body>
+: block content -> { }
+</body>
+</html>