19 lines
No EOL
391 B
Text
19 lines
No EOL
391 B
Text
{{! foobar}}
|
|
{{!-- foo bar baz --}}
|
|
{{! foo
|
|
bar }}
|
|
{{!-- foo
|
|
bar --}}
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["handlebars-comment", "{{! foobar}}"],
|
|
["handlebars-comment", "{{!-- foo bar baz --}}"],
|
|
["handlebars-comment", "{{! foo\r\nbar }}"],
|
|
["handlebars-comment", "{{!-- foo\r\nbar --}}"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |