This commit is contained in:
tali 2024-01-31 01:07:56 -05:00
parent eecd915d27
commit 2e15ae3aac
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ let%expect_test _ =
print_parse_error (fun () -> Parse.user_modes "+I"); [%expect {| unknown mode I |}];
let m, c = Set.normalize (Set.of_string "iw") (Parse.user_modes "-w+io") in
Format.printf "%a -> [%a]" Set.pp_change c Set.pp m;
Format.printf "%a -> [%a]\n@." Set.pp_change c Set.pp m;
[%expect {| +o-w -> [io] |}];
let print_chan_modes (m : Parse.chan_modes) =