Skip to content

Commit 6bbe24b

Browse files
committed
Add fuzz cases
1 parent a2bbfd2 commit 6bbe24b

6 files changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
go test fuzz v1
2+
[]byte("^c?")
3+
[]byte("o")
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
go test fuzz v1
2+
[]byte("")
3+
[]byte("w")
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
go test fuzz v1
2+
[]byte("^zy")
3+
[]byte("p ")
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
go test fuzz v1
2+
[]byte("^b?")
3+
[]byte("pw")
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
go test fuzz v1
2+
[]byte("^b:")
3+
[]byte("^b:MMMMMMMMMMMMMMMMMMpw")
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
go test fuzz v1
2+
[]byte("gw\xa6%\xc5\xc7kD\xdf\x14_\xebק\xd8H\xcf0\xcf~/\xf9\x1a\x1a\x1a\x1a\x1a\x1a\x1a\x1a\xd5{1\x98ױ\x841(")
3+
[]byte("")

0 commit comments

Comments
 (0)