learnlytics-go/templ/parser/v2/formattestdata/godoc_comments_are_preserved.txt
2025-03-20 12:35:13 +01:00

15 lines
153 B
Plaintext

-- in --
package main
// test the comment handling.
templ test() {
Test
}
-- out --
package main
// test the comment handling.
templ test() {
Test
}