On Thu, 15 Feb 2024 15:48:38 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

>> This looks weird indeed. Luckily it's just test code. Did you run the test 
>> after this change?
>
> All the java/util/Currency tests pass. I also searched the code for "ZZ" but 
> could not find any references in the test.

Please do not replace those tabs with spaces as they are intentional for 
testing the runtime to safely ignore them. I suggest replacing them with 
Unicode escapes (`\u000b`)

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17871#discussion_r1491352359

Reply via email to