-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/encoder: add testdata corpus for compact encoder
Signed-off-by: William Findlay <[email protected]>
- Loading branch information
1 parent
99d1f47
commit b8701cc
Showing
212 changed files
with
1,060 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/0056013c3120f707
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(78776374) | ||
byte('\x02') | ||
bool(true) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/0238502285390cc4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(78776519) | ||
byte('.') | ||
bool(true) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/04f1c2566953755d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(56343604) | ||
byte('\u0096') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/055fd67d3ece8673
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(56343515) | ||
byte('\x02') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/08682a07e807ad1b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(51156230) | ||
byte('\u0086') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/09fe04e6a5cab965
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(45544323) | ||
byte('L') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/0b70fd5bed47bd65
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(45544350) | ||
byte('\x1e') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/0cea5849dcabadfd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(1284) | ||
byte('\x01') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/0dae6e0b6fde4082
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(51156231) | ||
byte('\x11') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/0e7e958184345eee
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(51156190) | ||
byte('_') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/1087b9781be2e4ea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(45544205) | ||
byte('U') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/12a3fb2618cc4d03
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(4011786) | ||
byte('\x01') | ||
bool(true) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/13f8752cc7e42b7a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(78776489) | ||
byte('\x00') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/15283e4b6a01657c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(68876694) | ||
byte('5') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/1548dbec3d38cbde
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(78776485) | ||
byte('\x02') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/1598fcf0a64ffd33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(1560) | ||
byte('b') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/159d27214c561d4c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(68876791) | ||
byte('Z') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/17087f2e8f9a7e6e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(78776456) | ||
byte('\x00') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/19ab4da44947a65b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(1575) | ||
byte('b') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/1a8727b3253382af
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(1420) | ||
byte('\x02') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/1accae4e7ad75314
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(45544220) | ||
byte('\x02') | ||
bool(true) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/1dd69ec3c8ed980e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(4011791) | ||
byte('\x01') | ||
bool(true) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/1e95f134b44feb48
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(51156231) | ||
byte('\x01') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/1f1272a7af3505a9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(68876745) | ||
byte('\x00') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/1fa36d480803e0f3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(4011706) | ||
byte('\x00') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/2027fe3f62620ff5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(56343414) | ||
byte('#') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/2030dd818e3a6825
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(56343363) | ||
byte('V') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/205274079ed3cdfd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(78776601) | ||
byte('\x00') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/21d9c9a88bfb95f5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(51156303) | ||
byte('\x00') | ||
bool(true) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/21e9fdbb2814e74c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(78776406) | ||
byte('.') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/22317988c9fde4fa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(78776323) | ||
byte('\x00') | ||
bool(true) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/22560513d314e134
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(78776435) | ||
byte('\x05') | ||
bool(true) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/22abc7249c26edc2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(4011620) | ||
byte('\r') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/22fe5a9be17f3d74
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(51156230) | ||
byte('\x00') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/231a779422264629
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(78776385) | ||
byte('[') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/242eb17689170eb9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(1351) | ||
byte('\x01') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/275bebb2fd3d432f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(68876842) | ||
byte('\x16') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/28b8124895f33d20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(1306) | ||
byte('\x01') | ||
bool(true) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/2a9551f78e55a0dd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(78776334) | ||
byte('\x0f') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/2ba02468746d677b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(1371) | ||
byte('7') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/2bb329139f4e3d67
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(45544228) | ||
byte('/') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/2c27a5892baabc36
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(51156359) | ||
byte('\x02') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/2ca049db44842a1a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(56343431) | ||
byte('$') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/2e4d893aff6a2fe4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(56343330) | ||
byte('Y') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/32cc668bb7c4bb3b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(56343506) | ||
byte('\x00') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/32f80625bc3a80f7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(56343604) | ||
byte('\u0096') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/3342220a67146a72
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(1291) | ||
byte('\x02') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/33931c073ee2202b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(68876708) | ||
byte('\x00') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/38e57ed4dc3d4bc9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(1275) | ||
byte('\x00') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/3b010f74131ce1e6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(56343514) | ||
byte('\x00') | ||
bool(true) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/3c130a4e8bce510d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(78776399) | ||
byte('\x01') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/3d5e5a7c79d77306
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(45544201) | ||
byte('=') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/426a0f46fcff4743
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(45544327) | ||
byte('(') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/44b6c68c09e72b44
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(1509) | ||
byte('\x00') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/45cbd52586b8b1c3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(1254) | ||
byte('\x01') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/468a7885bfc7de80
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(68876540) | ||
byte('\x19') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/47501a535329e6e3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(1500) | ||
byte('\x00') | ||
bool(true) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/4976c5457a81774c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(56343413) | ||
byte('<') | ||
bool(true) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/4a85650df47692a5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(56343387) | ||
byte('%') | ||
bool(true) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/4b18b50f8b4c3109
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(68876619) | ||
byte('\x19') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/4cd632a8ccf81143
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(4011803) | ||
byte('\x00') | ||
bool(true) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/4debe3f120202484
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(68876870) | ||
byte('\x01') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/4e6bc7201fa0f582
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(56343687) | ||
byte('W') | ||
bool(false) | ||
bool(false) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/4f36d13c84ba6fc7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(51156297) | ||
byte('\x00') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/52b8a9d4f38bcd01
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(1509) | ||
byte('\x00') | ||
bool(false) | ||
bool(true) |
5 changes: 5 additions & 0 deletions
5
pkg/encoder/testdata/fuzz/FuzzCompactEncoder/52ce3bcd14f0b876
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
go test fuzz v1 | ||
int64(51156168) | ||
byte('\x01') | ||
bool(false) | ||
bool(true) |
Oops, something went wrong.