Closed
Description
According to docs:
The end field of Position represents the place of the first character after the parsed source region.
If the last parsed character is a newline, does end have a column of 0 and a line of current line + 1? If we are at the end of the source, does the end position represent an imaginary character after the end of the document?