summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test22.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test22.xml')
-rw-r--r--src/zope/tal/tests/input/test22.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test22.xml b/src/zope/tal/tests/input/test22.xml
new file mode 100644
index 0000000..54b57d8
--- /dev/null
+++ b/src/zope/tal/tests/input/test22.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<body xmlns:tal="http://xml.zope.org/namespaces/tal">
+ <span tal:content="default">content</span>
+ <span tal:omit-tag="" tal:content="default">omit</span>
+ <span tal:replace="default">replace</span>
+</body>