mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
tests for toCharacterRange
This commit is contained in:
parent
a8f5fe1bc6
commit
93f2ea1a7e
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user