mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -05:00
add regression test for #75
This commit is contained in:
parent
779376f2b1
commit
a0b10101c7
1 changed files with 1 additions and 0 deletions
|
|
@ -450,6 +450,7 @@ module Split : sig
|
||||||
(*$T
|
(*$T
|
||||||
Split.left ~by:" " "ab cde f g " = Some ("ab", "cde f g ")
|
Split.left ~by:" " "ab cde f g " = Some ("ab", "cde f g ")
|
||||||
Split.left ~by:"_" "abcde" = None
|
Split.left ~by:"_" "abcde" = None
|
||||||
|
Split.left ~by:"bb" "abbc" = Some ("a", "c")
|
||||||
*)
|
*)
|
||||||
|
|
||||||
val right : by:string -> string -> (string * string) option
|
val right : by:string -> string -> (string * string) option
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue