parsing_typeable_commands: fixed test

pull/3958/head
Nylme 2024-11-19 22:29:26 +11:00 committed by Matthew Cheely
parent 5f82a359a3
commit c1ff1f6572
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ mod tests {
o = { label = "Edit Config", command = ":open ~/.config" } o = { label = "Edit Config", command = ":open ~/.config" }
c = ":buffer-close" c = ":buffer-close"
h = ["vsplit", "normal_mode", "swap_view_left"] h = ["vsplit", "normal_mode", "swap_view_left"]
j = {command = ["hsplit", "normal_mode", {}], label = "split down"} j = {command = ["hsplit", "normal_mode", "swap_view_down"], label = "split down"}
"#; "#;
let config = Config::load_test(sample_keymaps); let config = Config::load_test(sample_keymaps);