Part-DB-server/tests/Doctrine
Wieland Schopohl 93b9b29b3b Support comma as decimal separator in SI value parsing
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).
2026-04-15 02:46:45 +02:00
..
Functions Support comma as decimal separator in SI value parsing 2026-04-15 02:46:45 +02:00
SQLiteRegexMiddlewareTest.php Ran rector and made tests final 2026-02-14 23:32:43 +01:00