16 lines
270 B
Text
16 lines
270 B
Text
![]() |
% foobar
|
||
|
%{}%
|
||
|
%{ foo
|
||
|
bar }%
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "% foobar"],
|
||
|
["comment", "%{}%"],
|
||
|
["comment", "%{ foo\r\nbar }%"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for single-line and multi-line comments.
|