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 autocorrection of PercentLiteralDelimiters with no content #1791

Merged
merged 1 commit into from
Apr 13, 2015

Conversation

cshaffer
Copy link
Contributor

This fixes a bug where autocorrecting this line:

puts %||

would raise, rather than autocorrecting with this:

puts %()

bbatsov added a commit that referenced this pull request Apr 13, 2015
Fix autocorrection of PercentLiteralDelimiters with no content
@bbatsov bbatsov merged commit 2bc50ed into rubocop:master Apr 13, 2015
@bbatsov
Copy link
Collaborator

bbatsov commented Apr 13, 2015

👍

@cshaffer cshaffer deleted the fix_empty_percent_literals branch April 13, 2015 17:19
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.

2 participants