RSpec/ExampleWording
unintentionally removes escapes
#1799
Labels
RSpec/ExampleWording
unintentionally removes escapes
#1799
I noticed that it autocorrects as follows, which causes syntax error:
This can be confirmed by the following test code.
Since this cop supports not only
str
but alsodstr
, it would be difficult to simply fix it withString#inspect
🤔The text was updated successfully, but these errors were encountered: