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 rubocop-hq/rubocop-performance#95] Fix to return correct info from multi-line regexp #7661

Merged
merged 1 commit into from Jan 24, 2020

Commits on Jan 23, 2020

  1. [Fix rubocop/rubocop-performance#95] Fix to return correct info from …

    …multi-line regexp
    
    Fixes rubocop/rubocop-performance#95.
    
    This PR fixes `RuboCop::AST::RegexpNode` to return correct information
    from multi-line regexp.
    
    - `#regopt` - returns last node instead of checking first node.
    - `#content` - joins all child string nodes instead of returning first node.
    Tietew committed Jan 23, 2020
    Copy the full SHA
    479e733 View commit details
    Browse the repository at this point in the history