RFR: 8327856: Convert applet test SpanishDiacriticsTest.java to a main program
Alexey Ivanov
aivanov at openjdk.org
Tue Mar 12 17:11:14 UTC 2024
On Tue, 12 Mar 2024 17:05:04 GMT, Phil Race <prr at openjdk.org> wrote:
>> test/jdk/java/awt/InputMethods/SpanishDiacriticsTest.java line 60:
>>
>>> 58: expected behaviour for this test.
>>> 59:
>>> 60: If the text field displays ''o, (i.e. o should be without an acute)
>>
>> Suggestion:
>>
>> If the text field displays \u00f3, (i.e. o should be without an acute)
>>
>> Use the real character?
>
> It isn't a single char. It is as written - the sequence of 3 characters - "single quote" "single quote", "latin lower case o"
I misread it. If the text is `''o` instead of `ó`…
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18208#discussion_r1521839155
More information about the client-libs-dev
mailing list