https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19575
--- Comment #71 from David Gustafsson <[email protected]> --- (In reply to Nick Clemens from comment #67) > Created attachment 85030 [details] [review] > Bug 19575: Rebase and fix tests > > This patch lower cases the sort by fields to normalize checking them and > adjusts > some existing tests to meet the new expectations. > > The regex for splitting terms has been moved into a subroutine so that > adjustment was made Thanks for adjusting the tests. The regexp was put outside of the subroutine on purpose though, to avoid recompilation on each call. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
