зеркало из https://github.com/stride3d/SharpYaml.git
Fixed a bug in the plain scalar scanner.
This commit is contained in:
Родитель
1f09f181ea
Коммит
0cf0450eeb
|
@ -2165,7 +2165,7 @@ namespace YamlDotNet.Core
|
|||
|
||||
if (!hasLeadingBlanks)
|
||||
{
|
||||
value.Append(ReadCurrentCharacter());
|
||||
whitespaces.Append(ReadCurrentCharacter());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче