]> git.sur5r.net Git - i3/i3/commitdiff
Add test cases for --border 1632/head
authorDeiz <silverwraithii@gmail.com>
Thu, 2 Apr 2015 20:46:42 +0000 (16:46 -0400)
committerDeiz <silverwraithii@gmail.com>
Thu, 2 Apr 2015 20:46:42 +0000 (16:46 -0400)
testcases/t/201-config-parser.t

index 8664aac322bae973d8e62848c2ee6ea3319cec6c..7568de48394e4ba4c09edcce2af289fca191ee32 100644 (file)
@@ -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),