Sign in
apache
/
hugegraph-doc
/
refs/heads/init-hugegraph-computer-doc
/
.
/
node_modules
/
prismjs
/
tests
/
languages
/
twig
/
comment_feature.test
blob: 41c2cf774ab8ce450220059f00214f97cc9044b0 [
file
]
{##}
{#
foo
#}
{#
foo
bar
#}
----------------------------------------------------
[
[
"comment"
,
"{##}"
],
[
"comment"
,
"{# foo #}"
],
[
"comment"
,
"{# foo\r\nbar #}"
]
]
----------------------------------------------------
Checks
for
comments
.