mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 21:51:02 +03:00
deps: Update github.com/pelletier/go-toml/v2 v2.0.2 => v2.0.4
Closes #10210
This commit is contained in:
parent
14878ca0a0
commit
fd75f129b2
4 changed files with 8 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue