add boilerplate to all testcases with documentation references
This commit is contained in:
@ -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)
|
||||
#
|
||||
# Verifies that the size requested by floating windows is set by i3, no matter
|
||||
# to which value the new_window option is set.
|
||||
# ticket #770, bug still present in commit ae88accf6fe3817ff42d0d51be1965071194766e
|
||||
|
Reference in New Issue
Block a user