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

Nickel: Don't prepend line break to equals signs in annotations #682

Merged
merged 2 commits into from
Feb 21, 2024

Conversation

Xophmeister
Copy link
Member

Resolves #680

Previously, a line break was prepended to _any_ `=` sign within an
`annotated_assignment` scope. This was too liberal, if `=` signs
appeared within annotations themselves.

Resolves #680
@Xophmeister Xophmeister enabled auto-merge (squash) February 21, 2024 10:27
@Xophmeister Xophmeister merged commit c69f814 into main Feb 21, 2024
4 checks passed
@Xophmeister Xophmeister deleted the chris/nickel/fix-680 branch February 21, 2024 10:27
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.

Nickel: Incorrectly inserts a newline before = in a record field-value pair
2 participants