]> git.sur5r.net Git - i3/i3/blob - testcases/t/134-invalid-command.t
Remove trailing whitespace from Perl scripts
[i3/i3] / testcases / t / 134-invalid-command.t
1 #!perl
2 # vim:ts=4:sw=4:expandtab
3 #
4 #
5 # Please read the following documents before working on tests:
6 # • https://build.i3wm.org/docs/testsuite.html
7 #   (or docs/testsuite)
8 #
9 # • https://build.i3wm.org/docs/lib-i3test.html
10 #   (alternatively: perldoc ./testcases/lib/i3test.pm)
11 #
12 # • https://build.i3wm.org/docs/ipc.html
13 #   (or docs/ipc)
14 #
15 # • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf
16 #   (unless you are already familiar with Perl)
17 #
18 #
19 use i3test;
20
21 cmd 'blargh!';
22
23 does_i3_live;
24
25 done_testing;