antlr4 icon indicating copy to clipboard operation
antlr4 copied to clipboard

doc: quote ** in test invocation example

Open gthb opened this issue 3 years ago • 0 comments

The ** gets expanded in some shells (zsh), so protect it from that, else the invocation may fail, e.g.:

$ mvn -Dtest=javascript.** test
zsh: no matches found: -Dtest=javascript.**

... and a hasty person such as myself might miss the zsh in that output line and think the “no matches” is from Maven meaning that there are no tests identified by javascript.**, but there are.

gthb avatar Sep 01 '22 09:09 gthb