C#: Paths can contain whitespace (this is indeed common on windows).

This commit is contained in:
Michael Nebel
2023-08-14 09:50:30 +02:00
parent 280a27d9ca
commit 1942ea8396

View File

@@ -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>