mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
clean up code and remove unused methods
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user