From 547157d19bc73763f5d676dde23b1474a7254599 Mon Sep 17 00:00:00 2001 From: Deiz Date: Thu, 2 Apr 2015 16:46:42 -0400 Subject: [PATCH] Add test cases for --border --- testcases/t/201-config-parser.t | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testcases/t/201-config-parser.t b/testcases/t/201-config-parser.t index 8664aac3..7568de48 100644 --- a/testcases/t/201-config-parser.t +++ b/testcases/t/201-config-parser.t @@ -47,6 +47,8 @@ mode "meh" { bindsym --release Mod1+x exec foo bindsym --whole-window button3 nop bindsym --release --whole-window button3 nop + bindsym --border button3 nop + bindsym --release --border button3 nop } EOT @@ -57,6 +59,8 @@ cfg_mode_binding(bindcode, Mod1, 44, (null), (null), (null), resize shrink) cfg_mode_binding(bindsym, Mod1, x, --release, (null), (null), exec foo) cfg_mode_binding(bindsym, (null), button3, (null), (null), --whole-window, nop) cfg_mode_binding(bindsym, (null), button3, --release, (null), --whole-window, nop) +cfg_mode_binding(bindsym, (null), button3, (null), --border, (null), nop) +cfg_mode_binding(bindsym, (null), button3, --release, --border, (null), nop) EOT is(parser_calls($config), -- 2.39.5