| <%----%> | |
| <%--foo--%> | |
| <%-- foo | |
| bar --%> | |
| ---------------------------------------------------- | |
| [ | |
| ["asp comment", "<%----%>"], | |
| ["asp comment", "<%--foo--%>"], | |
| ["asp comment", "<%-- foo\r\nbar --%>"] | |
| ] | |
| ---------------------------------------------------- | |
| Checks for comments. |