]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/135-floating-focus.t
testcases: correctly enable lexical pragmata
[i3/i3] / testcases / t / 135-floating-focus.t
index b43f0f7ffbfbffd93298a4100ec8e45e8a207d3d..5e5a68f23c3389e474eb9b7a7f396d1b41e80e7d 100644 (file)
@@ -63,7 +63,7 @@ $tmp = fresh_workspace;
 
 $first = open_window($x, { background_color => '#ff0000' });    # window 5
 $second = open_window($x, { background_color => '#00ff00' });   # window 6
-my $third = open_window($x, { background_color => '#0000ff' }); # window 7
+$third = open_window($x, { background_color => '#0000ff' }); # window 7
 
 is($x->input_focus, $third->id, 'last container focused');