Fixed a bug in the plain scalar scanner.

This commit is contained in:
Antoine Aubry 2008-08-25 23:59:11 +00:00
Родитель 1f09f181ea
Коммит 0cf0450eeb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2165,7 +2165,7 @@ namespace YamlDotNet.Core
if (!hasLeadingBlanks)
{
value.Append(ReadCurrentCharacter());
whitespaces.Append(ReadCurrentCharacter());
}
else
{