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:
Prabhanjan S Koushik
2018-11-29 22:39:36 +05:30
committed by Matt Bierner
parent de4c52a612
commit e05aa178d6
2 changed files with 3 additions and 2 deletions

View File

@@ -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