23 Nov
2022
23 Nov
'22
12:50 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31447 --- Comment #31 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- (In reply to Jonathan Druart from comment #30)
Yes, all the subtest actually. Which IDE do you use?
If vi, you can: 1. install perltidy 2. Define a vmap on F8 (or whatever) in your .vimrc vmap <F8> :!perltidy -q<CR> 3. Open a new vi instance, select text in visual mode, press F8
Thanks, this worked fine. I was able to fix tests and perltidy them, should I just at the patch here or should I make a new bug? -- You are receiving this mail because: You are watching all bug changes.