Changed: DB Params
This commit is contained in:
14
templ/generator/test-html-comment/expected.html
Normal file
14
templ/generator/test-html-comment/expected.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!-- simple html comment -->
|
||||
<p>sample content</p>
|
||||
<!--
|
||||
multiline
|
||||
comment
|
||||
-->
|
||||
<p>second paragraph</p>
|
||||
<!--
|
||||
@paragraph("commented out composed element")
|
||||
-->
|
||||
<p>third paragraph</p>
|
||||
<!-- commented out string expression: { content } -->
|
||||
<span>sample content</span>
|
||||
<!-- <div>comment with html</div> -->
|
Reference in New Issue
Block a user