On Tue, 24 Mar 2026 21:16:55 GMT, Alexander Zuev <[email protected]> wrote:
> Maybe add something about testing on non-English locale but either way the
> fix looks reasonable.
The test already calls `Locale.setDefault(Locale.forLanguageTag("de-DE"));`, so
the user/tester shouldn't need to change anything.
This test currently fails without the changes in this PR (because the German
localization is used), and it passes with the changes in this PR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/30181#issuecomment-4139864369