]> git.sur5r.net Git - i3/i3/commitdiff
t/21: formatting
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 1 Jun 2010 20:29:09 +0000 (22:29 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 1 Jun 2010 20:29:09 +0000 (22:29 +0200)
testcases/t/21-next-prev.t

index 6d9a6e5c0611f909f60788e6dfbf86f2d45d3cd5..8e8d44eef370feb9aeaba3c868ae3d527747ad45 100644 (file)
@@ -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);