From: Michael Stapelberg Date: Tue, 1 Jun 2010 20:29:09 +0000 (+0200) Subject: t/21: formatting X-Git-Tag: tree-pr1~198 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=249c3f58ab19f368e55b0051618672ee4cf143c8;p=i3%2Fi3 t/21: formatting --- diff --git a/testcases/t/21-next-prev.t b/testcases/t/21-next-prev.t index 6d9a6e5c..8e8d44ee 100644 --- a/testcases/t/21-next-prev.t +++ b/testcases/t/21-next-prev.t @@ -81,7 +81,9 @@ $i3->command('next horizontal')->recv; ($nodes, $focus) = get_ws_content($tmp); is($focus->[0], $right, 'right container focused'); +###################################################################### # Test focus command +###################################################################### $i3->command(qq|[con_id="$mid"] focus|)->recv; ($nodes, $focus) = get_ws_content($tmp);