]> git.sur5r.net Git - i3/i3/commitdiff
lib/i3test.pm: reformat exports list
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 22 Sep 2011 21:11:11 +0000 (22:11 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 22 Sep 2011 22:13:13 +0000 (23:13 +0100)
testcases/t/lib/i3test.pm

index f89236670047a5813836cc107672b5db7507ce50..9ded49429012e2adaa0b0f81449a4dd7dcbf819a 100644 (file)
@@ -18,7 +18,25 @@ use Proc::Background;
 use v5.10;
 
 use Exporter ();
-our @EXPORT = qw(get_workspace_names get_unused_workspace fresh_workspace get_ws_content get_ws get_focused open_empty_con open_standard_window get_dock_clients cmd does_i3_live exit_gracefully workspace_exists focused_ws get_socket_path launch_with_config);
+our @EXPORT = qw(
+    get_workspace_names
+    get_unused_workspace
+    fresh_workspace
+    get_ws_content
+    get_ws
+    get_focused
+    open_empty_con
+    open_standard_window
+    get_dock_clients
+    cmd
+    sync_with_i3
+    does_i3_live
+    exit_gracefully
+    workspace_exists
+    focused_ws
+    get_socket_path
+    launch_with_config
+);
 
 my $tester = Test::Builder->new();
 my $_cached_socket_path = undef;