initial commit
[emacs-init.git] / nxhtml / tests / in / question43320.html
1 <table>
2 <tr>
3 <td>
4 <table>
5 <tr>
6 <td>Hello</td>
7 </tr>
8 <?php
9 for ($i=1;$i<5; $i++) {
10 if (1) {
11 }
12 if (1) {
13 if (1) {
14 if (1) {
15 ?>
16 <tr>
17 <td>
18 <p>the brace below (should have 2 spaces in front of it!)</p>
19 </td>
20 </tr>
21 <?php
22 }
23 }
24 $foo = "test".bar;
25 for ($i=1;$i<5; $i++) {
26 if () {
27 }
28 }
29 }
30 }
31 ?>
32 </table>
33 </td>
34 </tr>
35 </table>