[GitHub] [commons-lang] nicolasbd commented on issue #455: LANG-1484: Allow decimal point at the end of the String

2019-09-13 Thread GitBox
nicolasbd commented on issue #455: LANG-1484: Allow decimal point at the end of the String URL: https://github.com/apache/commons-lang/pull/455#issuecomment-531125751 @saksham93 ah sorry I didn't know about those, but looking at them I see this : `assertFalse( NumberUtils.isParsable("64.")

[GitHub] [commons-lang] nicolasbd commented on issue #455: LANG-1484: Allow decimal point at the end of the String

2019-09-12 Thread GitBox
nicolasbd commented on issue #455: LANG-1484: Allow decimal point at the end of the String URL: https://github.com/apache/commons-lang/pull/455#issuecomment-530840650 Maybe we should add a test to ensure the various parsing cases work ? -