fix: rebase left overs

This commit is contained in:
CJ van den Berg 2025-12-02 16:30:45 +01:00
parent a779c590bd
commit b5e1cce4b3
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -963,7 +963,7 @@ test "match" {
}
test "json" {
var bindings: BindingSet = .{ .name = "test", .config_section = "test_section", .selection_style = .normal };
var bindings: BindingSet = .{ .name = "test", .config_section = "test_section" };
_ = try bindings.process_key_event(input.KeyEvent.from_key('j'));
_ = try bindings.process_key_event(input.KeyEvent.from_key('k'));
_ = try bindings.process_key_event(input.KeyEvent.from_key('g'));