mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-30 01:14:33 +00:00
tests for toCharacterRange
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user