mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-03-07 21:27:55 -05:00
regression test for #487
This commit is contained in:
parent
bc9f361e56
commit
08e8fd3d54
1 changed files with 4 additions and 1 deletions
|
|
@ -410,4 +410,7 @@ q
|
||||||
;;
|
;;
|
||||||
|
|
||||||
t @@ fun () -> "ab" < "abc";;
|
t @@ fun () -> "ab" < "abc";;
|
||||||
t @@ fun () -> "123" < "14"
|
t @@ fun () -> "123" < "14";;
|
||||||
|
|
||||||
|
eq ~printer:Fun.id "a,b,c,d,e,f,g,"
|
||||||
|
(flat_map (CCFormat.sprintf "%c,") "abcdefg")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue