Skip to content

Commit 43254e3

Browse files
authored
Added test for parsing special characters in serial number format
1 parent 0ddae4b commit 43254e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Unit/SerialNumberTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@
5252
['YYCCCC', '220002', null, null, 22, 2],
5353
['YYPPCCCSSSS', '22IN0020001', 'IN', 1, 22, 2],
5454
['YYPPCCCSSSS', '22CS0020001', 'CS', 1, 22, 2],
55+
['YYPPCCC/SSSS', '22CS002/0001', 'CS', 1, 22, 2],
56+
['CCCC/YY', '0002/25', null, null, 25, 2],
5557
]);

0 commit comments

Comments
 (0)