CS-Notes/docs/_style/prism-master/tests/languages/xquery/xquery-comment_feature.test

19 lines
394 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
(::)
(: 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.