You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be fairly straightforward to sort out. Need to add a parser and node type for it, and a validator to make sure it only appears as a child of the case statement, and that there there are no nodes between the fallthrough and the next case node.
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: