Bug 23873: Unit tests
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 13 Dec 2021 10:20:54 +0000 (10:20 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 22 Feb 2022 01:15:47 +0000 (15:15 -1000)
commit502a2b54830ce20e9cfb8e2bfc28b7933c69e35f
tree859695873cda16d1a33dc7bbcddf0720d277928b
parentdfa2f4b436a00b4d857328615e2e4d01779478ce
Bug 23873: Unit tests

This patch adds a unit test for capture groups support in
Koha::SimpleMARC.

Test plan
1) Run the test prior to applying the capture groups fix, note it fails.
2) Apply teh capture groups fix patch
3) Run the test again, it should now pass

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/SimpleMARC.t