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 a test failure on ruby 3.2.0dev (2022-10-20) #3922

Merged
merged 1 commit into from
Oct 20, 2022

Commits on Oct 20, 2022

  1. Fix a test failure on ruby 3.2.0dev (2022-10-20)

    The expected error massage pattern was
    
    ```
    in_buggy.rb:5: syntax error, unexpected end-of-input, expecting
    ```
    
    but the actual error message on Ruby 3.2 is
    
    ```
    in_buggy.rb:5: syntax error, unexpected end-of-input (SyntaxError)
    ```
    
    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    386ebf2 View commit details
    Browse the repository at this point in the history