Prevent glob expansion in stub patterns
When stub patterns were broken down into an array, they were accidentally subject to glob expansion. E.g., a pattern '*' might expand to whatever is in the current directory. This is unwanted, as we need to preserve patterns as-is.
Loading
Please register or sign in to comment