Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit df48b40

Browse files
committedJun 5, 2015
fix empty string test
1 parent 8ef23b1 commit df48b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var should = require('should');
44

55
it('should support blank strings', function(){
66
var node = parse('');
7-
node.should.eql({ declaration: null, root: null });
7+
node.should.eql({ declaration: undefined, root: undefined });
88
})
99

1010
it('should support declarations', function(){

0 commit comments

Comments
 (0)
This repository has been archived.