Files
OnJava8/docs/_style/prism-master/tests/languages/visual-basic/comment_feature.test
2019-03-30 20:31:44 +08:00

25 lines
459 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
'
' Foo "bar"
Foobar
Foobar
REM
REM Foobar
----------------------------------------------------
[
["comment", ["'"]],
["comment", ["' Foo \"bar\""]],
["comment", [""]],
["comment", [" Foobar"]],
["comment", [""]],
["comment", [" Foobar"]],
["comment", [["keyword", "REM"]]],
["comment", [["keyword", "REM"], " Foobar"]]
]
----------------------------------------------------
Checks for comments.