]> git.sur5r.net Git - i3/i3/commit
Fix command parser: resizing tiling windows
authorjj <haptix@web.de>
Wed, 9 Oct 2013 20:30:41 +0000 (22:30 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 13 Oct 2013 16:02:40 +0000 (18:02 +0200)
commitbf1699e967d4ee072614338b9b645caa2d06794b
treec258334c3837cd3b817f387eaf34030feeedb7bd
parent8fe17407ffff1d0bbd0aa7787b382c882370dd85
Fix command parser: resizing tiling windows

i3 would accept an invalid resize command like 'resize shrink width 10
px or' without specifying the ppt value, and then crash. This patch
fixes the parser specification.
parser-specs/commands.spec
testcases/t/187-commands-parser.t