When a file has a literal `\n` (backslash + lowercase n), in the parsed `Line` object, it appears identically as a `\n` as if it was an actual newline.
When a file has a literal
\n(backslash + lowercase n), in the parsedLineobject, it appears identically as a\nas if it was an actual newline.