Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
test(parser): fix test for Document type
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 7, 2015
1 parent 52f42b2 commit 505b05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/markdown-parser-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe("markdown-parser", function () {
column: lines[lines.length - 1].length
}
});
assert.deepEqual(RootDocument.range, [0, 31]);
assert.deepEqual(RootDocument.range, [0, text.length]);
});
});
/*
Expand Down

0 comments on commit 505b05f

Please sign in to comment.