Part-DB-server/tests/Doctrine/Functions
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
..
AbstractDoctrineFunctionTestCase.php Added tests for custom doctrine functions 2026-03-22 21:50:15 +01:00
ArrayPositionTest.php Added tests for custom doctrine functions 2026-03-22 21:50:15 +01:00
Field2Test.php Added tests for custom doctrine functions 2026-03-22 21:50:15 +01:00
ILikeTest.php Added tests for custom doctrine functions 2026-03-22 21:50:15 +01:00
NatsortTest.php Added tests for custom doctrine functions 2026-03-22 21:50:15 +01:00
RegexpTest.php Added tests for custom doctrine functions 2026-03-22 21:50:15 +01:00
SiValueSortTest.php Support comma as decimal separator in SI value parsing 2026-04-15 02:46:45 +02:00