From 249c3f58ab19f368e55b0051618672ee4cf143c8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 1 Jun 2010 22:29:09 +0200 Subject: [PATCH] t/21: formatting --- testcases/t/21-next-prev.t | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.5