summaryrefslogtreecommitdiff
path: root/src/zope/pagetemplate/tests/input/checkpathnothing.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/pagetemplate/tests/input/checkpathnothing.html')
-rw-r--r--src/zope/pagetemplate/tests/input/checkpathnothing.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/zope/pagetemplate/tests/input/checkpathnothing.html b/src/zope/pagetemplate/tests/input/checkpathnothing.html
new file mode 100644
index 0000000..99f88be
--- /dev/null
+++ b/src/zope/pagetemplate/tests/input/checkpathnothing.html
@@ -0,0 +1,7 @@
+<html>
+<body>
+<head>
+ <title tal:content="path:nothing">Hello World!</title>
+</head>
+</body>
+</html>