<i18n dev> RFR: 8289227: Support for BCP 47 Extension T - Transformed Content [v5]

Naoto Sato naoto at openjdk.org
Sat Jul 30 20:53:13 UTC 2022


On Sat, 30 Jul 2022 01:39:54 GMT, Joe Wang <joehw at openjdk.org> wrote:

>> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Parse invalid fields correctly
>
> test/jdk/java/util/Locale/bcp47/TExtensionTests.java line 190:
> 
>> 188:         } catch (IllformedLocaleException ile) {
>> 189:             // success
>> 190:             System.out.println("IllformedLocaleException thrown correctly: " + ile.getMessage());
> 
> Could use assertThrows, but ok if you want to keep it this way.

Thanks, Joe. Replaced them with `assertThrows`.

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

PR: https://git.openjdk.org/jdk/pull/9620


More information about the i18n-dev mailing list