learnlytics-go/templ/parser/v2/formattestdata/templelement_multiline_in_div.txt

23 lines
161 B
Plaintext
Raw Normal View History

2025-03-20 12:35:13 +01:00
-- in --
package p
templ f() {
<div>
@Other(
p.Test,
"s",
)
</div>
}
-- out --
package p
templ f() {
<div>
@Other(
p.Test,
"s",
)
</div>
}