X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=testcases%2Ft%2F243-move-to-mark.t;h=25d13333fd81e9fa9d81a9a1ae67585c6035eae7;hb=3f4268561d4482e2c770d7c6b7b32d7ce8c82568;hp=abc2b4c6ce270ca6b4501175146678903b62c0a7;hpb=55bc6741796e8b179b6111a721a3e9631934bb86;p=i3%2Fi3 diff --git a/testcases/t/243-move-to-mark.t b/testcases/t/243-move-to-mark.t index abc2b4c6..25d13333 100644 --- a/testcases/t/243-move-to-mark.t +++ b/testcases/t/243-move-to-mark.t @@ -31,7 +31,7 @@ my $_NET_WM_STATE_ADD = 1; my $_NET_WM_STATE_TOGGLE = 2; sub set_urgency { - my ($win, $urgent_flag) = @_; + my ($win, $urgent_flag) = @_; my $msg = pack "CCSLLLLLL", X11::XCB::CLIENT_MESSAGE, # response_type 32, # format @@ -119,7 +119,7 @@ is($nodes->[0]->{window}, $M->{id}, 'M is left of S'); is($nodes->[1]->{window}, $S->{id}, 'S is right of M'); ############################################################################### -# Given 'S' and 'M' on different workspaces and 'S' is urgent, when 'S' is +# Given 'S' and 'M' on different workspaces and 'S' is urgent, when 'S' is # moved to 'M', then the urgency flag is transferred to the target workspace. ###############################################################################