Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread committed Feb 22, 2020
1 parent 92ce3bf commit 49cdecc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test-document.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ async function testDocument1() {
// Clean
source.cleanup();
}
/*
const {node, offset, content} = TextSourceRange.seekForward(range.endContainer, range.endOffset, 1);
const {node, offset, content} = TextSourceRange.seekBackward(range.startContainer, range.startOffset, 1);
TextSourceRange.getNodesInRange(textSource.range);
TextSourceRange.anyNodeMatchesSelector(nodes, this.ignoreNodes);
*/
}


Expand Down

0 comments on commit 49cdecc

Please sign in to comment.