Add line/col report test

pull/563/head
Nick O'Leary 2015-02-07 19:56:22 +00:00
parent ae7f1b38a8
commit 8451c29a25
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ describe('function node', function() {
msg.should.have.property('level', helper.log().ERROR);
msg.should.have.property('id', 'n1');
msg.should.have.property('type', 'function');
msg.should.have.property('msg', 'ReferenceError: retunr is not defined');
msg.should.have.property('msg', 'ReferenceError: retunr is not defined (line 1, col 1)');
done();
} catch(err) {
done(err);