[CMI] Allow using right angle bracket symbol in MetaInfo message
This commit is contained in:
@@ -8,7 +8,7 @@ package org.jetbrains.kotlin.codeMetaInfo
|
|||||||
import org.jetbrains.kotlin.codeMetaInfo.model.ParsedCodeMetaInfo
|
import org.jetbrains.kotlin.codeMetaInfo.model.ParsedCodeMetaInfo
|
||||||
|
|
||||||
object CodeMetaInfoParser {
|
object CodeMetaInfoParser {
|
||||||
private val openingRegex = """(<!([^>]+?)!>)""".toRegex()
|
private val openingRegex = """(<!(.+?)!>)""".toRegex()
|
||||||
private val closingRegex = """(<!>)""".toRegex()
|
private val closingRegex = """(<!>)""".toRegex()
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user