Test an object with two memebrs

This commit is contained in:
Benoit Blanchon
2014-08-25 10:22:42 +02:00
parent eb1a774778
commit aafabd8e8d
2 changed files with 13 additions and 0 deletions

View File

@ -26,6 +26,9 @@ size_t IndentedPrintDecorator::write(uint8_t c)
return writeln() + sink.write(c);
}
case ',':
return sink.write(c) + writeln();
default:
if (emptyBlock)