16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
{##}
|
|
{# This a Django template example #}
|
|
{# Multi-line
|
|
comment #}
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "{##}"],
|
|
["comment", "{# This a Django template example #}"],
|
|
["comment", "{# Multi-line\r\ncomment #}"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |