On Fri, 14 Feb 2025 19:09:53 GMT, Joe Wang <[email protected]> wrote:
>> Fix an edge case in the patch for JDK-8207760.
>
> Joe Wang has updated the pull request incrementally with one additional
> commit since the last revision:
>
> un-needed property removed
test/jaxp/javax/xml/jaxp/unittest/transform/JDK8207760.java line 112:
> 110: public final void testBug8349699() throws Exception {
> 111: String xs = "x".repeat(1017);
> 112: String expected = xs +
> "\uD835\uDF03\uD835\uDF00\uD835\uDF00\uD835\uDF00\uD835\uDF00";
Would it be meaningful if we provided invalid sequences e.g, high/high and or
low/low at the boundary to see if the logic successfully detects them?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23623#discussion_r1956652456