Revision 25e27d4e8753f2494108f6a11daf1be61a296063 authored by Peter Duchovni on 04 June 2021, 22:38:18 UTC, committed by Peter Duchovni on 04 June 2021, 22:38:18 UTC
Test: add test for fixed-length sequence elem bug

See merge request nomadic-labs/data-encoding!48
2 parent s 84afe98 + 891a8cb
Raw File
dune
(env
 (release
  (flags "-noassert")))

(library
 (name data_encoding)
 (public_name data-encoding)
 (libraries json-data-encoding json-data-encoding-bson zarith ezjsonm)
 (flags (:standard)))
back to top