mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
deps: Upgrade github.com/spf13/cast v1.8.0 => v1.9.2
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
4217fee4b0
commit
b5c0383bda
@@ -258,7 +258,7 @@ func TestMod(t *testing.T) {
|
||||
{int32(3), int32(2), int64(1)},
|
||||
{int64(3), int64(2), int64(1)},
|
||||
{"3", "2", int64(1)},
|
||||
{"3.1", "2", false},
|
||||
{"3.1", "2", int64(1)},
|
||||
{"aaa", "0", false},
|
||||
{"3", "aaa", false},
|
||||
} {
|
||||
@@ -304,7 +304,7 @@ func TestModBool(t *testing.T) {
|
||||
{int64(3), int64(2), false},
|
||||
{"3", "3", true},
|
||||
{"3", "2", false},
|
||||
{"3.1", "2", nil},
|
||||
{"3.1", "2", false},
|
||||
{"aaa", "0", nil},
|
||||
{"3", "aaa", nil},
|
||||
} {
|
||||
|
Reference in New Issue
Block a user