From: Michael Stapelberg Date: Sat, 17 Jul 2010 11:37:21 +0000 (+0200) Subject: more explanation in t/29-focus-after-close.t X-Git-Tag: tree-pr1~149 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=21c45418b39232c15a4ddf10e0b645354fffa69e;p=i3%2Fi3 more explanation in t/29-focus-after-close.t --- diff --git a/testcases/t/29-focus-after-close.t b/testcases/t/29-focus-after-close.t index b28ecf2a..916f6618 100644 --- a/testcases/t/29-focus-after-close.t +++ b/testcases/t/29-focus-after-close.t @@ -33,6 +33,14 @@ my $second = $focus->[0]; isnt($first, $second, 'different container focused'); +# We have the following layout now (con is focused): +# .----------------. +# | split | | +# | .----. | con | +# | | cn | | | +# | `----' | | +# `----------------' + ############################################################## # see if the focus goes down to $first (not to its split parent) # when closing $second