mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
small fixes
This commit is contained in:
parent
eace3581f1
commit
2417b8e5fd
2 changed files with 2 additions and 2 deletions
2
_tags
2
_tags
|
|
@ -27,7 +27,7 @@
|
|||
<bench/*.ml{,i}>: pkg_benchmark
|
||||
<bench/*.ml{,i}>: use_sequence
|
||||
# OASIS_STOP
|
||||
true: bin_annot, color(always)
|
||||
true: safe_string, bin_annot, color(always)
|
||||
<**/*.ml>: warn(+a-4-44-48@8)
|
||||
<src/bigarray/*.ml>: warn(-33)
|
||||
true: mark_tag_used
|
||||
|
|
|
|||
|
|
@ -1107,7 +1107,7 @@ let to_buffer seq buf =
|
|||
(*$R
|
||||
let b = Buffer.create 4 in
|
||||
"hello world"
|
||||
|> of_str |> rev |> map Char.uppercase
|
||||
|> of_str |> rev |> map Char.uppercase_ascii
|
||||
|> (fun seq -> to_buffer seq b);
|
||||
OUnit.assert_equal "DLROW OLLEH" (Buffer.contents b);
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue