mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
@@ -64,7 +64,7 @@ func TestFormatFromContentString(t *testing.T) {
|
||||
|
||||
for i, test := range []struct {
|
||||
data string
|
||||
expect interface{}
|
||||
expect any
|
||||
}{
|
||||
{`foo = "bar"`, TOML},
|
||||
{` foo = "bar"`, TOML},
|
||||
|
Reference in New Issue
Block a user