RFR: 8331535: Incorrect prompt for Console.readLine
Naoto Sato
naoto at openjdk.org
Fri May 3 19:05:54 UTC 2024
On Fri, 3 May 2024 18:52:12 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> Ideally, we should have separate tests that make sure that jdk.internal.le is the default impl.
We have a test that checks if `System.console()` returns the correct Console (or null) from the expected module (`test/jdk/java/io/Console/ModuleSelectionTest.java`)
> We should also test this behaviour (i.e. % interpretation) on jdk.internal.io Console impl.
Yeah, that would be helpful.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19081#discussion_r1589629655
More information about the core-libs-dev
mailing list