Skip to content

Commit

Permalink
Merge pull request segmentio#11 from madbence/patch-2
Browse files Browse the repository at this point in the history
fix empty string test
  • Loading branch information
gjohnson committed Jun 5, 2015
2 parents ab812a8 + df48b40 commit 3cbf2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var should = require('should');

it('should support blank strings', function(){
var node = parse('');
node.should.eql({ declaration: null, root: null });
node.should.eql({ declaration: undefined, root: undefined });
})

it('should support declarations', function(){
Expand Down

0 comments on commit 3cbf2da

Please sign in to comment.