summaryrefslogtreecommitdiff
path: root/src/zope/pagetemplate/tests/input/checkpathnothing.html
diff options
context:
space:
mode:
authorChristian Theune <ct@gocept.com>2007-05-03 22:03:01 +0000
committerChristian Theune <ct@gocept.com>2007-05-03 22:03:01 +0000
commit2ebf067dfa2240dba61d1bea74c6e1512d7a00a3 (patch)
tree61bc6c611597b0482c3b6ad62f79cdbbaa683f37 /src/zope/pagetemplate/tests/input/checkpathnothing.html
parent0c2693453c7ee1e834c7f9f9d4242c23fa45f166 (diff)
parenta08873b406e83ca483894ee28b309b106ed22205 (diff)
downloadzope-pagetemplate-2ebf067dfa2240dba61d1bea74c6e1512d7a00a3.tar.gz
Moving code to satellite.
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>