-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Golang ./... wildcard path syntax regression #13303
Copy link
Copy link
Closed
Labels
A:globBehavior around file-system globbing with regular commands or `glob`. See also A:quoting/expansionBehavior around file-system globbing with regular commands or `glob`. See also A:quoting/expansionA:quoting-expansionIssues related to string quoting, interpolation, and expansion of variable or glob patternsIssues related to string quoting, interpolation, and expansion of variable or glob patternscategory:enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Metadata
Metadata
Assignees
Labels
A:globBehavior around file-system globbing with regular commands or `glob`. See also A:quoting/expansionBehavior around file-system globbing with regular commands or `glob`. See also A:quoting/expansionA:quoting-expansionIssues related to string quoting, interpolation, and expansion of variable or glob patternsIssues related to string quoting, interpolation, and expansion of variable or glob patternscategory:enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Describe the bug
There was a bug before described here that has started happening again. The regression started in 0.95.0, was working in 0.94.2
How to reproduce
Run
go test ./...or any go command that uses that syntaxExpected behavior
The commands run correctly
Screenshots
Configuration
Additional context
No response