Mateo Delgado
Results
1
issues of
Mateo Delgado
``` @Test void testRoundTripUCUMCSCLDRLiterPer100KM() { final String formatted = UCUMFormat.getInstance(UCUMFormat.Variant.CASE_SENSITIVE).format(systems.uom.unicode.CLDR.LITER_PER_100KILOMETERS); final Unit> parsedUnit = UCUMFormat.getInstance(UCUMFormat.Variant.CASE_SENSITIVE).parse(formatted); System.out.print(parsedUnit); } ``` This test would fail with the following error: ``` systems.uom.ucum.internal.format.TokenException at systems.uom.ucum.internal.format.UCUMFormatParser.SimpleUnit(UCUMFormatParser.java:207)...
system:ucum
format