https://gitlab.com/tezos/tezos
Raw File
Tip revision: 66c0cc7187ff7e3f99f6223c22b8328e689a8dc7 authored by Mathias Bourgoin on 29 March 2024, 09:13:52 UTC
fixup! Proto/test/integration: update other tests (with smaller changes)
Tip revision: 66c0cc7
map_liststring_04.tzt
code { MAP { } } ;
input { Stack_elt (list string) { "1" ; "2" ; "3"  } } ;
output { Stack_elt (list string) { "1" ; "2" ; "3" } }
back to top