On Fri, 8 Apr 2022 12:37:36 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> What happens if you add `\r` to an arbitrary location in text? > > What happens if you read in such a text? It doesn't matter, since the data is appended only if '\n' is present when EndofLine is '\r\n'...... ------------- PR: https://git.openjdk.java.net/jdk/pull/8122