RFR: 8347050: Console.readLine() drops '\' when reading through JLine [v2]
Jan Lahoda
jlahoda at openjdk.org
Thu May 22 06:01:57 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.
Thanks for the review!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25326#issuecomment-2900008739
More information about the core-libs-dev
mailing list