text: commit important fuzz failure test data

This commit adds several notable fuzz test failure cases to our corpus.

Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
This commit is contained in:
Chris Waldon
2023-07-20 15:25:05 -04:00
committed by Elias Naur
parent 7966832536
commit 1d8b54892a
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
go test fuzz v1
string("\n")
bool(false)
byte('±')
uint16(0)
+5
View File
@@ -0,0 +1,5 @@
go test fuzz v1
string("000000000000000 00000000 ٰ00000")
bool(true)
byte('\n')
uint16(121)