mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
IDEA-342771 WEB-59732 BaseLspTypeScriptService requires unprocessed Markdown, fix processing of tags from TypeScript services
GitOrigin-RevId: fdf9c4d12d97dc87916fc7866fd796b1297387c6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9b45ae17f4
commit
019c18327b
@@ -250,6 +250,7 @@ private fun CodeInsightTestFixture.renderDocAtCaret(): String? =
|
||||
.also { assertTrue("More then one documentation rendered:\n\n${it.joinToString("\n\n")}", it.size <= 1) }
|
||||
.getOrNull(0)
|
||||
?.trim()
|
||||
?.replace(Regex("<a href=\"psi_element:[^\"]*/unitTest[0-9]+/"), "<a href=\"psi_element:///src/")
|
||||
|
||||
|
||||
infix fun ((item: LookupElementInfo) -> Boolean).and(other: (item: LookupElementInfo) -> Boolean): (item: LookupElementInfo) -> Boolean =
|
||||
|
||||
Reference in New Issue
Block a user