Commit 7efadc2
committed
Escape closing square brackets in regexp
Fixes the following warning:
test/irb/test_command.rb:546: warning: regular expression has ']' without escape1 parent 61560b9 commit 7efadc2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | | - | |
| 546 | + | |
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| |||
0 commit comments