Number parser: Trailing decimal separator e.g., 3. #744
Labels
Comments
rxaviers
added a commit
to rxaviers/globalize
that referenced
this issue
Jun 26, 2017
rxaviers
added a commit
to rxaviers/globalize
that referenced
this issue
Jun 27, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Number parser is lenient about leading decimal separator, e.g.,
".5" → 0.5
, but it's not about trailing decimal separator, e.g.,"3." → NaN (instead of 3)
.The text was updated successfully, but these errors were encountered: