[Koha-bugs] [Bug 8896] Delete serials no more missing from missinglist

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 11 13:11:04 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8896

--- Comment #16 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 17366
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17366&action=edit
Bug 8896 QA Followup for regex

Making sure that the regex does not kill more than it should.
Here are my test results when removing serialseq 3 :)
3 =>
3  =>
3; =>
1;3 => 1
1; 3 => 1
1; 3; => 1
3;1 => 1
3; 1 => 1
3 ;1 => 1
3 ; 1 => 1
1;3;31 => 1;31
1;3 ;31 => 1;31
1;3; 31 => 1;31
1; 3;31;3A => 1;31;3A
2;3;31;; ;,, ;;,,  ,;,;,;4 => 2;31;4

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list