summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test_sa3.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test_sa3.html')
-rw-r--r--src/zope/tal/tests/input/test_sa3.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test_sa3.html b/src/zope/tal/tests/input/test_sa3.html
new file mode 100644
index 0000000..675805d
--- /dev/null
+++ b/src/zope/tal/tests/input/test_sa3.html
@@ -0,0 +1,15 @@
+<html>
+<body>
+ <div metal:define-macro="macro1">This is macro1 on sa3 line 3.
+ <span metal:define-slot="slot1">This is slot1 on sa3 line 4.</span>
+ This is the end of macro1 on sa3 line 5.
+ </div>
+ <p>Some text on sa3 line 7.</p>
+ <p metal:use-macro="macro1">
+ This text on sa3 line 9 will disappear.
+ <b metal:fill-slot="slot1">Text from sa3 line 10 is filled into slot1.</b>
+ This text on sa3 line 11 will disappear.
+ </p>
+ <p>This is some text on sa3 line 13.</p>
+</body>
+</html>