Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locations not properly updated when parsing multi-line block strings #85

Open
ErikWittern opened this issue Aug 1, 2019 · 0 comments
Open

Comments

@ErikWittern
Copy link
Contributor

Currently, the parser considers multi-line block strings wrongly to be placed in a single long line. For example, this block string is considered to have the location:

{"start": {"line": 49,"column":56}, "end": {"line":49,"column":96}}"

...whereas it should end in line 53, column 6. Subsequent locations are correspondingly off by a few lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant