initial commit
[emacs-init.git] / nxhtml / tests / in / bug523065.jsp
1 In JSP page, if we have a line like <% // some comments %>, then the "%>" is ignored by nxhtml.
2 However if we write it like this:
3 <% // some comments
4 %>
5 or
6 <%
7 // some comments
8 %>
9 then the page is parsed correctly