X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=testcases%2Flib%2Fi3test.pm.in;h=a484c91a441fe318cbecfe5f3286e2c9e094ba76;hp=222babcfabf4224ca82acbf476bca09ec44f18ae;hb=aa0b1f599f25cfe858ebbc7fa80d459bcdb2ae02;hpb=eadc9a84616a78575d4311abb662ef469715ad08 diff --git a/testcases/lib/i3test.pm.in b/testcases/lib/i3test.pm.in index 222babcf..a484c91a 100644 --- a/testcases/lib/i3test.pm.in +++ b/testcases/lib/i3test.pm.in @@ -77,7 +77,7 @@ i3test automatically "use"s C, C, C, C’s C and C so that all of them are available to you in your testcase. -See also C (L) +See also C (L) which provides additional test instructions (like C or C). =cut @@ -659,7 +659,7 @@ processes, only after all other events are done. This can be used to ensure the results of a cmd 'focus left' are pushed to X11 and that C<< $x->input_focus >> returns the correct value afterwards. -See also L for a longer explanation. +See also L for a longer explanation. my $window = open_window; $window->add_hint('urgency');