Switch fallthrough not supported #920
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe the bug
Fallthrough statements in switch statements do not exist in the generated go file, instead it just outputs the string "fallthrough".
To Reproduce
Expected behavior
@example(0)
should generate the output<p>hey</p>
templ info
outputThe text was updated successfully, but these errors were encountered: