You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'x [http://www.example.com/foo](http://www.example.com/foo) y [https://api.jquery.com/bind/#bind-eventType-eventData-handler](https://api.jquery.com/bind/#bind-eventType-eventData-handler) z');
36
36
});
37
37
38
-
test('Should parse url jsdoc @link with text',async()=>{
38
+
test('Should parse url jsdoc @link with text',()=>{
39
39
assert.strictEqual(
40
40
documentationToMarkdown(
41
41
'x {@link http://www.example.com/foo abc xyz} y {@link http://www.example.com/bar|b a z} z',
'a [`dog`](command:_typescript.openJsDocLink?%5B%7B%22file%22%3A%7B%22path%22%3A%22%2Fpath%2Ffile.ts%22%2C%22scheme%22%3A%22file%22%7D%2C%22position%22%3A%7B%22line%22%3A6%2C%22character%22%3A4%7D%7D%5D) b');
156
184
});
157
185
158
-
test('Should render @linkcode text as code',async()=>{
0 commit comments