summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/question43320.html
blob: 3ec0721cc3541aaa4978fb1351f2579ed32f9761 (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
<table>
<tr>
<td>
<table>
<tr>
<td>Hello</td>
</tr>
<?php
for ($i=1;$i<5; $i++) {
if (1) {
}
if (1) {
if (1) {
if (1) {
?>
<tr>
<td>
<p>the brace below (should have 2 spaces in front of it!)</p>
</td>
</tr>
<?php
}
}
$foo = "test".bar;
for ($i=1;$i<5; $i++) {
if () {
}
}
}
}
?>
</table>
</td>
</tr>
</table>