mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 03:38:07 +08:00
16 lines
292 B
Plaintext
16 lines
292 B
Plaintext
<%----%>
|
|
<%--foo--%>
|
|
<%-- foo
|
|
bar --%>
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["asp comment", "<%----%>"],
|
|
["asp comment", "<%--foo--%>"],
|
|
["asp comment", "<%-- foo\r\nbar --%>"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |