summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test17.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test17.html')
-rw-r--r--src/zope/tal/tests/input/test17.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test17.html b/src/zope/tal/tests/input/test17.html
new file mode 100644
index 0000000..5a5ebb3
--- /dev/null
+++ b/src/zope/tal/tests/input/test17.html
@@ -0,0 +1,6 @@
+<tal:block tal:content="string:Yes">No</tal:block>
+<tal:block content="string:Yes">No</tal:block>
+<tal:block>Yes</tal:block>
+
+<metal:block tal:content="string:Yes">No</metal:block>
+<metal:block>Yes</metal:block>