1
0
Fork 0

added safety newline

This commit is contained in:
Jan Steemann 2015-02-05 09:34:05 +01:00
parent 1e48c97a23
commit 65a2e95f72
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ function RunTest (path) {
content = fs.read(path);
content = "(function(){require('jsunity').jsUnity.attachAssertions();" + content + "})";
content = "(function(){require('jsunity').jsUnity.attachAssertions();" + content + "\n})";
f = internal.executeScript(content, undefined, path);
if (f === undefined) {