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

fix: fixed a parsing error on new lines in delimited expressions #28

Merged
merged 3 commits into from
Jan 28, 2025

Conversation

kpagacz
Copy link
Owner

@kpagacz kpagacz commented Jan 27, 2025

  • Fixed a parsing error occurring when there were newlines
    in delimited expressions, such as this:
c(a
= 1)
  • The fix makes these parse correctly

Closes #25

* Fixed a parsing error occuring when there were newlines
in delimited expressions, such as this:
```r
c(a
= 1)
```
* The fix makes these parse correctly

Closes #25
@kpagacz kpagacz merged commit 0e6fa9b into main Jan 28, 2025
11 checks passed
@kpagacz kpagacz deleted the 25_styling_issue branch January 28, 2025 05:37
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

Successfully merging this pull request may close these issues.

styling error - edge case
1 participant