mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
* Init files for fuzzing * Fixed fuzz/run.sh * Added fuzzing for CCUtf8_string.uchar_to_bytes
3 lines
136 B
OCaml
3 lines
136 B
OCaml
let () =
|
|
Crowbar.add_test ~name:"ccsexp_parse_string_does_not_crash" [ Crowbar.bytes ]
|
|
(fun s -> CCSexp.parse_string s |> ignore)
|