From 55c07c8faa98ef3b704a1505c7986d19e3e96c32 Mon Sep 17 00:00:00 2001 From: Michael Diamant Date: Tue, 29 Nov 2022 13:09:31 -0500 Subject: [PATCH] Add ABI test case for leading 0-sized array (#15) --- abi/type_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/abi/type_test.go b/abi/type_test.go index 9c43509..fa19035 100644 --- a/abi/type_test.go +++ b/abi/type_test.go @@ -521,6 +521,7 @@ func TestTypeFromStringInvalid(t *testing.T) { "[][][]", "stuff[]", // static array + "byte[01]", "byte[10 ]", "uint64[0x21]", // tuple