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

15 lines
153 B
Plaintext
Raw Normal View History

2025-03-20 12:35:13 +01:00
-- in --
package main
// test the comment handling.
templ test() {
Test
}
-- out --
package main
// test the comment handling.
templ test() {
Test
}