mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Fix 63749 - Markdown, U+2028, and "Go to Symbol in File..." (#63936)
* fix-63749 - Added UNICODE_NEWLINE_REGEX * fix-63749 - Removed .skip for the test method * fix-63749 Moved Replace to parse
This commit is contained in:
committed by
Matt Bierner
parent
de4c52a612
commit
e05aa178d6
@@ -83,7 +83,7 @@ suite('markdown.DocumentSymbolProvider', () => {
|
||||
assert.strictEqual(symbols[0].children[1].name, '## h3');
|
||||
});
|
||||
|
||||
test.skip('Should handle line separator in file. Issue #63749', async () => {
|
||||
test('Should handle line separator in file. Issue #63749', async () => {
|
||||
const symbols = await getSymbolsForFile(`# A
|
||||
- foo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user