<i18n dev> RFR: 8346773: Fix unmatched brackets in source files

Phil Race prr at openjdk.org
Mon Dec 23 22:18:35 UTC 2024


On Mon, 23 Dec 2024 20:29:09 GMT, Phil Race <prr at openjdk.org> wrote:

>> test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/table/resources/oscars.xml line 2:
>> 
>>> 1: <?xml version="1.0" encoding="UTF-8"?>
>>> 2: <oscars xmlns:osc-results="http://www.fatdog.com/oscar-results"
>> 
>> Does this change affect the behavior of the associated test(s)?
>
> I was also wondering how this was tested.

FYI, the way to test this is ..
cd test/jdk
jtreg sanity/client/SwingSet/src/TableDemoTest.java

I tried converting all ^M to \n in this file another repo and comparing with your patch but every line was different so I just can't review this.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22861#discussion_r1896162028


More information about the i18n-dev mailing list