mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02:00
C#: Paths can contain whitespace (this is indeed common on windows).
This commit is contained in:
@@ -74,7 +74,7 @@ namespace Semmle.Extraction.CSharp.Standalone
|
||||
public override string ToString() => FullPath;
|
||||
}
|
||||
|
||||
[GeneratedRegex(@"^(\S+)\s(\d+\.\d+\.\d+)(-([a-z]+)\.(\d+\.\d+\.\d+))?\s\[(\S+)\]$")]
|
||||
[GeneratedRegex(@"^(\S+)\s(\d+\.\d+\.\d+)(-([a-z]+)\.(\d+\.\d+\.\d+))?\s\[(.+)\]$")]
|
||||
private static partial Regex RuntimeRegex();
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user