tests for toCharacterRange

This commit is contained in:
Ashish Shubham 2017-06-14 19:59:19 -07:00 committed by GitHub
parent a8f5fe1bc6
commit 93f2ea1a7e

View File

@ -74,6 +74,7 @@ function testRangyRange() {
rangyRange.splitBoundaries();
assertString(rangyRange.toHtml());
assertRangyRange(rangyRange.union(rangyRange));
let characterRange:{start:number, end:number} = rangyRange.toCharacterRange(new Node);
}
function testSelection() {