On Thu, 5 Nov 2020 23:25:38 GMT, Stephen Colebourne <[email protected]>
wrote:
>> Naoto Sato has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Fixed typo/grammatical error.
>
> test/jdk/java/time/tck/java/time/format/TCKDateTimeParseResolver.java line
> 858:
>
>> 856: return new Object[][]{
>> 857: {STRICT, 0, LocalTime.of(6, 0), 0},
>> 858: {STRICT, 1, LocalTime.of(18, 0), 1},
>
> As mentioned in my other comment, this seems odd in STRICT mode.
Did you mean in STRICT mode, HOUR_OF_AMPM should default to 0, and to 6 in
SMART/LENIENT modes?
-------------
PR: https://git.openjdk.java.net/jdk/pull/938