RFR: 8347050: Console.readLine() drops '\' when reading through JLine [v2]
Naoto Sato
naoto at openjdk.org
Wed May 21 22:18:51 UTC 2025
On Wed, 21 May 2025 07:23:07 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:
>> JLine can do history expansion, and interpret escapes, when returning a value. That is not desirable when using JLine as a backend for Console.readLine().
>>
>> This PR proposes to disable the history expansion.
>
> Jan Lahoda has updated the pull request incrementally with one additional commit since the last revision:
>
> Fixing test on Windows.
Looks fine
-------------
Marked as reviewed by naoto (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/25326#pullrequestreview-2859258534
More information about the core-libs-dev
mailing list