effective-java-3rd-chinese/docs/_style/prism-master/tests/languages/django/comment_feature.test
2019-03-14 13:10:17 +08:00

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.