mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
@@ -197,7 +197,6 @@ func TestSqrt(t *testing.T) {
|
||||
result, err := ns.Sqrt(-1)
|
||||
c.Assert(err, qt.IsNil)
|
||||
c.Assert(result, qt.Satisfies, math.IsNaN)
|
||||
|
||||
}
|
||||
|
||||
func TestMod(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user