summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/test_sa3.html
blob: 8431438bee2822cc78e565bfdc57d3286a00b9f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!--
==============================================================================
tests/input/test_sa3.html
==============================================================================
--><html>
<body>
  <!--
==============================================================================
tests/input/test_sa3.html (line 3)
==============================================================================
--><div>This is macro1 on sa3 line 3.
    <span>This is slot1 on sa3 line 4.</span><!--
==============================================================================
tests/input/test_sa3.html (line 4)
==============================================================================
-->
    This is the end of macro1 on sa3 line 5.
  </div>
  <p>Some text on sa3 line 7.</p>
  <!--
==============================================================================
tests/input/test_sa3.html (line 3)
==============================================================================
--><div>This is macro1 on sa3 line 3.
    <!--
==============================================================================
tests/input/test_sa3.html (line 10)
==============================================================================
--><b>Text from sa3 line 10 is filled into slot1.</b><!--
==============================================================================
tests/input/test_sa3.html (line 4)
==============================================================================
-->
    This is the end of macro1 on sa3 line 5.
  </div><!--
==============================================================================
tests/input/test_sa3.html (line 12)
==============================================================================
-->
  <p>This is some text on sa3 line 13.</p>
</body>
</html>