fix(transformer): fix 'pub build' in examples

This commit is contained in:
Sigmund Cherem
2015-07-09 13:59:36 -07:00
committed by yjbanov
parent 749d043258
commit 62589293aa
19 changed files with 38 additions and 21 deletions

View File

@ -123,7 +123,8 @@ void allTests() {
});
});
testPhases(config.name, [[transform]], config.assetPathToInputPath,
config.assetPathToExpectedOutputPath, []);
config.assetPathToExpectedOutputPath, [],
StringFormatter.noNewlinesOrSurroundingWhitespace);
}
}