RFR: 8327856: Convert applet test SpanishDiacriticsTest.java to a main program
Alexey Ivanov
aivanov at openjdk.org
Tue Mar 12 17:15:20 UTC 2024
On Tue, 12 Mar 2024 17:08:18 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> 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 `ó`…
What if we spell the conditions explicitly:
The text field should display ''o (i.e. two apostrophes and o without an acute), press Pass.
If you see ó (i.e. o with an acute), press Fail.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18208#discussion_r1521844133
More information about the client-libs-dev
mailing list