mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
Add breaking tests for "map read and map write in templates"
The fix upstream in Go was reverted, so we apply a temporary patch for this in Hugo. Updates #7293
This commit is contained in:
@@ -75,6 +75,7 @@ var (
|
||||
"\"text/template\"\n", "template \"github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate\"\n",
|
||||
`"html/template"`, `htmltemplate "html/template"`,
|
||||
`"fmt"`, `htmltemplate "html/template"`,
|
||||
`t.Skip("this test currently fails with -race; see issue #39807")`, `// t.Skip("this test currently fails with -race; see issue #39807")`,
|
||||
)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user