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