mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
tpl: Pull in Go 1.18 patch that fixes the "no space in {{ continue }} and {{ break }}" bug
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
// The current is built with Go tag go1.18 4aa1efed4853ea067d665a952eee77c52faac774
|
||||
// The current is built with 41a82aa9c3 text/template/parse: allow space after continue or break
|
||||
fmt.Println("Forking ...")
|
||||
defer fmt.Println("Done ...")
|
||||
|
||||
|
Reference in New Issue
Block a user