https://gitlab.com/tezos/tezos
Raw File
Tip revision: 71ad445a29da0f9312454ec40db85f2ed11b7b5c authored by Alain Mebsout on 19 December 2023, 13:21:18 UTC
Test: fix store PBT tests
Tip revision: 71ad445
packunpack_bytes_00.tzt
code { PACK ; UNPACK bytes } ;
input { Stack_elt bytes 0x00AABBCC } ;
output { Stack_elt (option bytes) (Some 0x00AABBCC) }
back to top