15 lines
153 B
Plaintext
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
|
||
|
}
|