From: Michael Stapelberg Date: Sat, 22 Sep 2012 10:56:01 +0000 (+0200) Subject: tests: add missing boilerplate X-Git-Tag: 4.4~147 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=77134c0dbf47450a8962eaa27f192a47a784cc3b;p=i3%2Fi3 tests: add missing boilerplate --- diff --git a/testcases/t/198-regression-scratchpad-crash.t b/testcases/t/198-regression-scratchpad-crash.t index 8f732bac..2448452e 100644 --- a/testcases/t/198-regression-scratchpad-crash.t +++ b/testcases/t/198-regression-scratchpad-crash.t @@ -1,5 +1,19 @@ #!perl # vim:ts=4:sw=4:expandtab +# +# Please read the following documents before working on tests: +# • http://build.i3wm.org/docs/testsuite.html +# (or docs/testsuite) +# +# • http://build.i3wm.org/docs/lib-i3test.html +# (alternatively: perldoc ./testcases/lib/i3test.pm) +# +# • http://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) +# # When using a command which moves a window to scratchpad from an invisible # (e.g. unfocused) workspace and immediately shows that window again, i3 # crashed.