We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab1d4b commit da85db9Copy full SHA for da85db9
1 file changed
src/vstest.console/Internal/FilePatternParser.cs
@@ -98,7 +98,7 @@ private Tuple<string, string> SplitFilePatternOnWildCard(string filePattern)
98
// Split the pattern based on first wild card character found.
99
var splitOnWildCardIndex = filePattern.IndexOfAny(_wildCardCharacters);
100
var pathBeforeWildCard = filePattern.Substring(0, splitOnWildCardIndex);
101
-
+
102
// Find the last directory separator before the wildcard
103
// On Windows, we need to check both \ and / as both are valid
104
// On Unix-like systems, only / is the directory separator
0 commit comments