mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(test) add " "
This commit is contained in:
parent
a901b8c6c3
commit
ebf8bf2899
1 changed files with 2 additions and 2 deletions
|
|
@ -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) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue