> Locale does not respect numeric singleton extensions. Currently `LanguageTag` > which handles singleton extension parsing only allows `alpha` characters when > it should allow `alphaNumeric`. > > This PR corrects this and adds tests for `forLanguageTag` as well as the > builder. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Justin Lu has updated the pull request incrementally with one additional commit since the last revision: Move tests into a dedicated test method ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31644/files - new: https://git.openjdk.org/jdk/pull/31644/files/cf83e6f3..a7d0435a Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31644&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31644&range=00-01 Stats: 34 lines in 1 file changed: 19 ins; 15 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/31644.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31644/head:pull/31644 PR: https://git.openjdk.org/jdk/pull/31644
