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