vim-rails icon indicating copy to clipboard operation
vim-rails copied to clipboard

Test doesn't run when it has special characters in its name

Open penguoir opened this issue 2 years ago • 0 comments
trafficstars

Love the plugin! One small problem I've encountered is that when, in a minitest file, I run :Runner and provide a range, the test does not run if it has a special character like "#" or "?" in its name.

When putting a question mark in the test name, I get an error: "zsh: no matches found: -ntest_?test_name". Hashtag fails silently.

Happy to provide more info if needed. Is this a problem with my vim setup? or with the plugin?

penguoir avatar Oct 12 '23 08:10 penguoir