On Fri, 30 May 2025 23:40:22 GMT, Daniel Gredler <dgred...@openjdk.org> wrote:

> Per discussion in JBS, adds the following chars to the list of ignorable 
> whitespace chars: U+000B (Vertical Tab), U+000C (Form Feed), U+0085 (Next 
> Line), U+2028 (Line Separator), U+2029 (Paragraph Separator).
> 
> Adds the necessary testing in pre-existing automated test class 
> `test/jdk/java/awt/font/TextLayout/FormatCharAdvanceTest.java`.
> 
> Removes now-unnecessary manual test 
> `test/jdk/java/awt/font/TextLayout/TestControls.java`.
> 
> The `test/jdk/java/awt/font`, `test/jdk/java/awt/print` and 
> `test/jdk/java/awt/Graphics2D/DrawString` tests all pass for me locally on 
> Windows, Linux and macOS.

looks good. automated tests all pass.

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

Marked as reviewed by prr (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25560#pullrequestreview-2885972150

Reply via email to