mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-05 23:55:11 +00:00
parent
8a55bd528d
commit
e314e55a1b
2 changed files with 17 additions and 0 deletions
|
@ -180,6 +180,8 @@ func TestNativeHelpersCompile(t *testing.T) {
|
|||
{"base64Decode", []string{"[]byte{1, 2, 3}"}},
|
||||
{"base58Encode", []string{"[]byte{1, 2, 3}"}},
|
||||
{"base58Decode", []string{"[]byte{1, 2, 3}"}},
|
||||
{"base58CheckEncode", []string{"[]byte{1, 2, 3}"}},
|
||||
{"base58CheckDecode", []string{"[]byte{1, 2, 3}"}},
|
||||
{"itoa", []string{"4", "10"}},
|
||||
{"itoa10", []string{"4"}},
|
||||
{"atoi", []string{`"4"`, "10"}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue