зеркало из https://github.com/dotnet/diagnostics.git
Fix flushing of string builder for multi-parameter conditions (#625)
This commit is contained in:
Родитель
367aa5cd43
Коммит
9afb8ece50
|
@ -290,6 +290,7 @@ namespace Microsoft.Diagnostics.TestHelpers
|
|||
if (isWithinString)
|
||||
{
|
||||
exprParams.Add(resolvedValue.ToString());
|
||||
resolvedValue.Clear();
|
||||
expectDelimiter = true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче