]> git.koha-community.org Git - koha.git/commit
Bug 8896 QA Followup for regex
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 11 Apr 2013 10:48:26 +0000 (12:48 +0200)
committerChris Cormack <chris@bigballofwax.co.nz>
Sun, 12 May 2013 03:09:12 +0000 (15:09 +1200)
commit9619fde3e9f9c9547ad2240edafccfdc30ddfd8d
tree1481d329d1aac80dae83ef6121cde0d1573cc8da
parentca21fa1454c6f97b6f07c594fdc9428cbd6f2075
Bug 8896 QA Followup for regex

Making sure that the regex does not kill more than it should.
Amended: does now only look at separating colons(;) not commas(,).
Amended: two index expressions in direct context replaced by same regex for
consistency.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit e5b467e81f494857a0831fe0d4f9ad94127a91bb)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit cb9af9d0e667dcdebfdc89e77bdb8fdc2598493d)

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Serials.pm