Skip to content

Commit

Permalink
Add ABI test case for leading 0-sized array (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldiamant authored Nov 29, 2022
1 parent 755a940 commit 55c07c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abi/type_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ func TestTypeFromStringInvalid(t *testing.T) {
"[][][]",
"stuff[]",
// static array
"byte[01]",
"byte[10 ]",
"uint64[0x21]",
// tuple
Expand Down

0 comments on commit 55c07c8

Please sign in to comment.