mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-13 21:10:19 +08:00
19 lines
394 B
Plaintext
19 lines
394 B
Plaintext
|
(::)
|
||
|
(: Single line comment :)
|
||
|
(:Multi
|
||
|
line
|
||
|
comment:)
|
||
|
(: <html> :)
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["xquery-comment", "(::)"],
|
||
|
["xquery-comment", "(: Single line comment :)"],
|
||
|
["xquery-comment", "(:Multi\r\nline\r\ncomment:)"],
|
||
|
["xquery-comment", "(: <html> :)"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for XQuery comments.
|