prism/tests/languages/brightscript/comment_feature.test

14 lines
224 B
Plaintext

REM I'm a comment
' me too!
----------------------------------------------------
[
["comment", "REM I'm a comment"],
["comment", "' me too!"]
]
----------------------------------------------------
Checks for comments.