Add formatter and initial tests.

This commit is contained in:
Daniel Kraus
2015-07-13 23:57:35 +02:00
parent a847c1f8ba
commit e36fee52ad
25 changed files with 1038 additions and 17 deletions

View File

@ -155,7 +155,6 @@ namespace zaaReloaded2.Importer.ZaaImporter
/// and contains <see cref="LabItem"/>s in the others.</returns>
bool ParseParagraphs()
{
Items = new ItemDictionary();
if (Paragraphs.Length > 0)
{
if (!ParseTimeStamp()) return false;