On Fri, 11 Mar 2022 22:20:38 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> `DecimalFormat.toLocalizedPattern()` was not honoring the monetary >> decimal/grouping separator symbols. Fix is straightforward to use the >> correct symbols depending on the formatter type. > > Naoto Sato has updated the pull request incrementally with one additional > commit since the last revision: > > Refined the test Marked as reviewed by lancea (Reviewer). test/jdk/java/text/Format/DecimalFormat/ToLocalizedPatternTest.java line 29: > 27: * @summary Verifies that toLocalizedPattern() method correctly returns > 28: * monetary symbols in a currency formatter > 29: * @run testng ToLocalizedPatternTest Maybe run in othervm mode? ------------- PR: https://git.openjdk.java.net/jdk/pull/7790