Skip to content

Commit

Permalink
Not available anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Dec 14, 2023
1 parent 308e5cb commit 48e310f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/metadata.mli
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ module Make : functor (_ : CharEncoding.T) -> sig
end

include module type of Make (CharEncoding.Naive)

val parse_file : ?custom_parser:custom_parser -> string -> MetadataBase.metadata
2 changes: 1 addition & 1 deletion test/test.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let () =
assert (Metadata.ID3v2.unterminate 2 "\000ab\000de\000\000" = "\000ab\000de");
(* assert (Metadata.ID3v2.unterminate 2 "\000ab\000de\000\000" = "\000ab\000de"); *)
(* Little endian. *)
assert (
Metadata.CharEncoding.Naive.convert ~source:`UTF_16LE "a\x00b\x00c\x00"
Expand Down

0 comments on commit 48e310f

Please sign in to comment.