rootvector2 commented on PR #399: URL: https://github.com/apache/commons-beanutils/pull/399#issuecomment-4762783245
Those were the existing `(B)` assertions that pinned `DecimalFormat`'s partial parse of wrong-format input (e.g. `1,234.56` -> `1.234`). Now that the whole string has to be consumed, those inputs fall through to the converter default, so I updated the expected values and the now-stale comments across the numeric locale converter tests. `mvn test` is green. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
