add fuzz tests (#234)

This commit is contained in:
Alessandro Ros
2023-04-09 18:02:36 +02:00
committed by GitHub
parent 5859c9cb29
commit b6727c07ef
31 changed files with 112 additions and 277 deletions

View File

@@ -0,0 +1,3 @@
go test fuzz v1
string("-1")
[]byte("")

View File

@@ -0,0 +1,3 @@
go test fuzz v1
string("A")
[]byte("")

View File

@@ -0,0 +1,3 @@
go test fuzz v1
string("1000000")
[]byte("0")