[K/N] Regex matching zero length should split surrogate pairs #KT-57401
Merge-request: KT-MR-11110 Merged-by: Abduqodiri Qurbonzoda <abduqodiri.qurbonzoda@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
7ecd7b8e61
commit
df16fa3306
@@ -24,7 +24,7 @@ public actual val supportsOctalLiteralInRegex: Boolean get() = true
|
||||
|
||||
public actual val supportsEscapeAnyCharInRegex: Boolean get() = true
|
||||
|
||||
public actual val regexSplitUnicodeCodePointHandling: Boolean get() = true
|
||||
public actual val regexSplitUnicodeCodePointHandling: Boolean get() = false
|
||||
|
||||
public actual object BackReferenceHandling {
|
||||
actual val captureLargestValidIndex: Boolean get() = true
|
||||
|
||||
Reference in New Issue
Block a user