Please review this PR which provides unit tests for `ChoiceFormat#parse(String,
ParsePosition)` to check default, multi match, and no match behavior. There
were no existing relevant tests.
-
Commit messages:
- more cases + cleanup
- init
Changes: https://git.openjdk.org/jdk/pull/
On Wed, 2 Apr 2025 22:27:14 GMT, Justin Lu wrote:
> Please review this PR which provides unit tests for
> `ChoiceFormat#parse(String, ParsePosition)` to check default, multi match,
> and no match behavior. There were no existing relevant tests.
Looks good.
test/jdk/java/text/Format/ChoiceForm
On Thu, 3 Apr 2025 21:23:08 GMT, Justin Lu wrote:
>> Please review this PR which provides unit tests for
>> `ChoiceFormat#parse(String, ParsePosition)` to check default, multi match,
>> and no match behavior. There were no existing relevant tests.
>
> Justin Lu has updated the pull request incr
> Please review this PR which provides unit tests for
> `ChoiceFormat#parse(String, ParsePosition)` to check default, multi match,
> and no match behavior. There were no existing relevant tests.
Justin Lu has updated the pull request incrementally with one additional commit
since the last revis