You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The span for the multi-line comment is reads [[0, 1, 1], [13, 1, 14]]. The second array that's the end offset, line and position has the wrong line number and position. The comment ends on line 3!
It seems as if CR and LF are not handled to affect line numbering when within a multi-line comment.
The text was updated successfully, but these errors were encountered:
Install version 1.2.0:
Then in PowerShell, try:
The output will be:
The span for the multi-line comment is reads
[[0, 1, 1], [13, 1, 14]]
. The second array that's the end offset, line and position has the wrong line number and position. The comment ends on line 3!It seems as if CR and LF are not handled to affect line numbering when within a multi-line comment.
The text was updated successfully, but these errors were encountered: