22 lines
413 B
Plaintext
22 lines
413 B
Plaintext
#
|
|
# Foobar
|
|
/* Foo
|
|
bar */
|
|
/* @(foo) */
|
|
# @(foo)
|
|
# foo /* bar */ baz
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "#"],
|
|
["comment", "# Foobar"],
|
|
["multiline-comment", "/* Foo\r\nbar */"],
|
|
["multiline-comment", "/* @(foo) */"],
|
|
["comment", "# @(foo)"],
|
|
["comment", "# foo /* bar */ baz"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |