After #584, we lowercase abbreviations, including the prefixes, which means we can no longer distinguish `milli` from `mega`. As a result, `Pressure.Parse("3 Mbar")` fails, because there are two abbreviations it matches. 