alhudz commented on PR #1744:
URL: https://github.com/apache/commons-lang/pull/1744#issuecomment-4904420999
Checked the Commons Text version: its `parseFormatDescription` already uses
the `while` form, with `getQuotedString` doing the advance in the `QUOTE`
branch, so the double advance isn't there. Verified against commons-text
1.14.0: `new ExtendedMessageFormat("{0,number,0'%'}", registry).format(new
Object[]{5})` -> `5%`. Nothing to port. Thanks for merging.
--
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]