chore(test) add " "

This commit is contained in:
coderaiser 2014-02-12 08:03:55 -05:00
parent a901b8c6c3
commit ebf8bf2899

View file

@ -1,4 +1,4 @@
(function(){
(function() {
'use strict';
var DIR = process.cwd() + '/',
@ -75,7 +75,7 @@
n = Expect.length;
for (i = 0; i < n; i++)
if (result[i] !== Expect[i]){
if (result[i] !== Expect[i]) {
Util.log('Error in char number: ' + i + '\n' +
'Expect: ' + Expect.substr(i) + '\n' +
'Result: ' + result.substr(i) );