File: nesting2.htm

package info (click to toggle)
libembperl-perl 2.5.0-4%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 6,200 kB
  • ctags: 3,072
  • sloc: ansic: 21,387; perl: 14,496; cpp: 467; xml: 49; makefile: 32; sh: 24
file content (40 lines) | stat: -rw-r--r-- 830 bytes parent folder | download | duplicates (11)
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
<html>
<head>
<title>Tests for Embperl - Nesting of html and meta commands 2</title>
</head>


<body>

<table>
	<tr>
		<td>aa</td><td>11</td>
	</tr>

	<tr>
		<td>bb</td><td>22</td>
	</tr>

	<tr>
		<td>cc</td><td>33</td>
	</tr>

	<tr>
		<td>dd</td><td>44</td>
	</tr>
</table>

=== dl.1

<dl><dt>aa</dt><dd><ul><li>a</li><li>b</li></ul></dd><dt>bb</dt><dd><ul><li>a</li><li>b</li></ul></dd><dt>cc</dt><dd><ul><li>a</li><li>b</li></ul></dd><dt>dd</dt><dd><ul><li>a</li><li>b</li></ul></dd></dl>

=== dl.2

<dl><dt>aa</dt><dd><ul>ab</ul></dd><dt>bb</dt><dd><ul>ab</ul></dd><dt>cc</dt><dd><ul>ab</ul></dd><dt>dd</dt><dd><ul>ab</ul></dd></dl>

=== foreach.1

1:aa -> a 1:aa -> b 2:bb -> a 2:bb -> b 3:cc -> a 3:cc -> b 4:dd -> a 4:dd -> b .
=== foreach.2

1:aa -> a 2:aa -> b 3:bb -> a 4:bb -> b 5:cc -> a 6:cc -> b 7:dd -> a 8:dd -> b