Added a testcase for #1614

This commit is contained in:
Ingo Bürk
2015-03-31 20:45:37 +02:00
parent 3b81e40096
commit 43204b43fd
2 changed files with 18 additions and 1 deletions

View File

@ -606,7 +606,7 @@ sub get_dock_clients {
=head2 cmd($command)
Sends the specified command to i3.
Sends the specified command to i3 and returns the output.
my $ws = unused_workspace;
cmd "workspace $ws";