File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ private function getPatterns() : array
103103 $ alphaOut4 = '[ABEHMNPRVWXY] ' ;
104104
105105 // inward code alpha chars
106- $ alphaIn = '[ABDEFGHJLNPQRSTUWXYZ ] ' ;
106+ $ alphaIn = '[ABCDEFGHJLNPQRSTUWXYZ ] ' ;
107107
108108 $ outPatterns = [];
109109
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ public function providerFormat() : array
153153 ['AB1234 ' , null ],
154154 ['AB123C ' , null ],
155155 ['AB12C3 ' , null ],
156- ['AB12CD ' , null ],
156+ ['AB12CD ' , ' AB1 2CD ' ],
157157 ['AB12DD ' , 'AB1 2DD ' ],
158158 ['AB1C23 ' , null ],
159159 ['AB1C2D ' , null ],
@@ -267,7 +267,7 @@ public function providerFormat() : array
267267 ['AB12345 ' , null ],
268268 ['AB1234C ' , null ],
269269 ['AB123C4 ' , null ],
270- ['AB123CD ' , null ],
270+ ['AB123CD ' , ' AB12 3CD ' ],
271271 ['AB123DD ' , 'AB12 3DD ' ],
272272 ['AB12C34 ' , null ],
273273 ['AB12C3D ' , null ],
You can’t perform that action at this time.
0 commit comments