You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a need for ag to see underscores in the pattern as spaces, and am looking for a way to do this.
When a test ion my code fails then the output for the testname is something like "the_test_name_has_failed_foo_bar_baz", but the actual test name in the code is "the test name has failed foo bar baz".
I want to just copy and paste it, but obviously because of the underscores I get no results.
Is there a configuration file for ag where I can say "On my machine, whenever you see a '_' then treat it as a single character wildcard" (for example)
The text was updated successfully, but these errors were encountered:
Hi all
I have a need for
ag
to see underscores in the pattern as spaces, and am looking for a way to do this.When a test ion my code fails then the output for the testname is something like "the_test_name_has_failed_foo_bar_baz", but the actual test name in the code is "the test name has failed foo bar baz".
I want to just copy and paste it, but obviously because of the underscores I get no results.
Is there a configuration file for
ag
where I can say "On my machine, whenever you see a '_' then treat it as a single character wildcard" (for example)The text was updated successfully, but these errors were encountered: