This commit is contained in:
Ferdinand Majerech 2014-07-26 02:34:02 +02:00
parent a19131417e
commit f2cda9e799

View file

@ -1228,9 +1228,9 @@ final class Scanner
// loop) will never roll back data written in this if() block.
if(reader_.column == indent && reader_.peek() != '\0')
{
//Unfortunately, folding rules are ambiguous.
// Unfortunately, folding rules are ambiguous.
//This is the folding according to the specification:
// This is the folding according to the specification:
if(style == ScalarStyle.Folded && lineBreak == "\n" &&
leadingNonSpace && !" \t"d.canFind(reader_.peek()))
{