summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test03.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test03.html')
-rw-r--r--src/zope/tal/tests/input/test03.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test03.html b/src/zope/tal/tests/input/test03.html
new file mode 100644
index 0000000..a0230e1
--- /dev/null
+++ b/src/zope/tal/tests/input/test03.html
@@ -0,0 +1,9 @@
+<p xmlns:z="http://xml.zope.org/namespaces/tal">
+ <span z:define="local x str:hello brave new world">
+ <span z:content="text local:x">outer variable x, first appearance</span>
+ <span z:define="local x str:goodbye cruel world">
+ <span z:content="text local:x">inner variable x</span>
+ </span>
+ <span z:content="text local:x">outer variable x, second appearance</span>
+ </span>
+</p>