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

Escape closing square brackets in regexp #892

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

peterzhu2118
Copy link
Member

Fixes the following warning:

test/irb/test_command.rb:546: warning: regular expression has ']' without escape

Introduced in #888.

cc. @st0012

Fixes the following warning:

    test/irb/test_command.rb:546: warning: regular expression has ']' without escape
@peterzhu2118 peterzhu2118 merged commit 7efadc2 into master Mar 1, 2024
57 checks passed
@peterzhu2118 peterzhu2118 deleted the pz-fix-regex-closing-square branch March 1, 2024 19:57
@st0012
Copy link
Member

st0012 commented Mar 2, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants