mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-18 17:31:35 +00:00
Part names using European decimal notation (e.g. "4,7 kΩ", "2,2uF") were parsed incorrectly because the regex only recognized dots. Now commas are normalized to dots before parsing, matching the existing pattern used elsewhere in the codebase (PartNormalizer, price providers). |
||
|---|---|---|
| .. | ||
| AbstractDoctrineFunctionTestCase.php | ||
| ArrayPositionTest.php | ||
| Field2Test.php | ||
| ILikeTest.php | ||
| NatsortTest.php | ||
| RegexpTest.php | ||
| SiValueSortTest.php | ||