X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=testcases%2Ft%2F128-open-order.t;h=b0ab321f2c5cf191e337cea999edd9e4240b4455;hb=bc760c20364482ea5d18a91fa781c7c5c7ca62cf;hp=ee58968f7f083166adf4c1c0eccb156670f50374;hpb=f88c77945744565c1b637d8fcaab271312bf1a1c;p=i3%2Fi3 diff --git a/testcases/t/128-open-order.t b/testcases/t/128-open-order.t index ee58968f..b0ab321f 100644 --- a/testcases/t/128-open-order.t +++ b/testcases/t/128-open-order.t @@ -1,6 +1,19 @@ #!perl # vim:ts=4:sw=4:expandtab # +# Please read the following documents before working on tests: +# • https://build.i3wm.org/docs/testsuite.html +# (or docs/testsuite) +# +# • https://build.i3wm.org/docs/lib-i3test.html +# (alternatively: perldoc ./testcases/lib/i3test.pm) +# +# • https://build.i3wm.org/docs/ipc.html +# (or docs/ipc) +# +# • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf +# (unless you are already familiar with Perl) +# # Check if new containers are opened after the currently focused one instead # of always at the end use List::Util qw(first);