diff --git a/tests/core/t_string.ml b/tests/core/t_string.ml index dfd30970..9cf08e27 100644 --- a/tests/core/t_string.ml +++ b/tests/core/t_string.ml @@ -410,4 +410,7 @@ q ;; 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")