25 lines
459 B
Plaintext
Raw Normal View History

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