Add tests and small bugfixes

This commit is contained in:
azakhi
2018-08-10 17:08:17 +03:00
parent 0fd2db7076
commit 71b7a45f84
4 changed files with 152 additions and 1 deletions

View File

@@ -234,7 +234,7 @@ namespace Filtration.Parser.Services
var outputString = string.Empty;
outputString += "# Script edited with Filtration - https://github.com/ben-wallis/Filtration" +
Environment.NewLine;
Environment.NewLine + Environment.NewLine;
if (script.ItemFilterScriptSettings.BlockGroupsEnabled)
{