Bug Fix for Number Format API
- Fix for #66
Existing code using digit separators such as "4_2.0" in the integral component would fail, due the counting of non-digit separators in number parsing not incrementing when calling step_by_unchecked
. This led to erroneous Error::EmptyInteger
results.