Greetings,
$ koha-qa.pl –v 2 –c 4
...
FAIL t/db_dependent/Filter_MARC_ViewPolicy.t
OK critic
OK forbidden patterns
OK pod
FAIL spelling
isnt ==> isn't
OK valid
...
$ grep isnt t/db_dependent/Filter_MARC_ViewPolicy.t
isnt( $unfiltered_record->field('020'), undef,
isnt( $unfiltered_record->field('008'), undef,
isnt( $filtered_record->field('020'), undef,
isnt( $unfiltered_record->field('020'), undef,
isnt( $filtered_record->field('008'), undef,
isnt( $unfiltered_record->field('008'), undef,
Spelling checks should exclude “isnt(“, right?
GPML,
Mark Tompsett