mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
try to fix test
This commit is contained in:
parent
90a131b7af
commit
259edb965b
1 changed files with 1 additions and 1 deletions
|
|
@ -1176,7 +1176,7 @@ let of_hex s = try Some (of_hex_exn s) with Invalid_argument _ -> None
|
||||||
Q.(string) (fun s -> \
|
Q.(string) (fun s -> \
|
||||||
of_hex_exn (to_hex s) = s)
|
of_hex_exn (to_hex s) = s)
|
||||||
Q.(string) (fun s -> \
|
Q.(string) (fun s -> \
|
||||||
String.for_all (function 'A'..'F'|'a'..'f'|'0'..'9' -> true | _ -> false) @@ to_hex s)
|
CCString.for_all (function 'A'..'F'|'a'..'f'|'0'..'9' -> true | _ -> false) @@ to_hex s)
|
||||||
*)
|
*)
|
||||||
|
|
||||||
let pp_buf buf s =
|
let pp_buf buf s =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue