Punycode (RFC3492) in OCaml
at main 2 lines 85 B view raw
1let () = 2 Alcotest.run "punycode" [ Test_punycode.suite; Test_punycode_idna.suite ]