mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-08 22:29:37 -05:00
Add name to jsDocParsing link tag test (#25229)
This commit is contained in:
committed by
GitHub
parent
e38aad8b79
commit
133bb9f78d
@@ -308,7 +308,7 @@ namespace ts {
|
||||
* @param {object} o Doc doc
|
||||
* @param {string} o.f Doc for f
|
||||
*/`);
|
||||
parsesCorrectly("",
|
||||
parsesCorrectly("@link tags",
|
||||
`/**
|
||||
* {@link first link}
|
||||
* Inside {@link link text} thing
|
||||
|
||||
Reference in New Issue
Block a user