mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-18 14:47:03 +00:00
test: Update fuzz tests to use the built-in infrastructure
Go 1.18 supports fuzzing natively, so this patch migrates our fuzzing tests to make use of it.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("ÑAndÚ")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("henryⅣ@throne")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("ñandú")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("pé@léa")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("Pingüino")
|
||||
Reference in New Issue
Block a user