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 get_range for heredocs #144

Merged
merged 1 commit into from
May 31, 2024
Merged

Fix get_range for heredocs #144

merged 1 commit into from
May 31, 2024

Conversation

doorgan
Copy link
Owner

@doorgan doorgan commented May 31, 2024

The ranges for AST for code like

@moduledoc """
This is my funny moduledoc
"""

Was returning incorrect values because it wasn't counting the \n at the end of the string

@doorgan doorgan merged commit 08a99dc into main May 31, 2024
12 checks passed
@doorgan doorgan deleted the doorgan/fix_heredoc_ranges branch May 31, 2024 04:41
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.

None yet

1 participant