legacy-dotfiles/emacs.d/nxhtml/tests/in/question43320.html

36 lines
309 B
HTML
Raw Normal View History

<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>