clean up code and remove unused methods

This commit is contained in:
meganrogge
2020-11-06 12:42:09 -08:00
parent ce7e6d9978
commit 6e2aa0bfb7
2 changed files with 10 additions and 64 deletions

View File

@@ -335,7 +335,7 @@ suite('markdown.SmartSelect', () => {
`- content 2`,
`- content 2`));
assertNestedLineNumbersEqual(ranges![0], [9, 11], [8, 12], [7, 17], [1, 17], [0, 17]);
assertNestedLineNumbersEqual(ranges![0], [9, 11], [8, 12], [8, 12], [7, 17], [1, 17], [0, 17]);
});
test('Smart select fenced code block then list then rest of content on fenced line', async () => {
const ranges = await getSelectionRangesForDocument(