mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
deps: Update github.com/pelletier/go-toml/v2 v2.0.2 => v2.0.4
Closes #10210
This commit is contained in:
@@ -180,7 +180,7 @@ a = "b"
|
||||
|
||||
converted, err := ns.Remarshal("toml", input)
|
||||
c.Assert(err, qt.IsNil)
|
||||
c.Assert(converted, qt.Equals, "[params]\n [params.variables]\n a = 'b'\n\n\n")
|
||||
c.Assert(converted, qt.Equals, "[params]\n [params.variables]\n a = 'b'\n")
|
||||
})
|
||||
|
||||
c.Run("Map input", func(c *qt.C) {
|
||||
|
Reference in New Issue
Block a user