On Tue, 12 Mar 2024 17:05:04 GMT, Phil Race <[email protected]> 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
