RFR: 8353585: Provide ChoiceFormat#parse(String, ParsePosition) tests

2025-04-05 Thread Justin Lu
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/

Re: RFR: 8353585: Provide ChoiceFormat#parse(String, ParsePosition) tests

2025-04-04 Thread Naoto Sato
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

Re: RFR: 8353585: Provide ChoiceFormat#parse(String, ParsePosition) tests [v2]

2025-04-04 Thread Naoto Sato
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

Re: RFR: 8353585: Provide ChoiceFormat#parse(String, ParsePosition) tests [v2]

2025-04-03 Thread Justin Lu
> 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