summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug523065.jsp
blob: a696515679cc24ae9d1d322745f11d1164815197 (plain)
1
2
3
4
5
6
7
8
9
In JSP page, if we have a line like <% // some comments %>, then the "%>" is ignored by nxhtml.
However if we write it like this:
<% // some comments
%>
or
<%
// some comments
%>
then the page is parsed correctly