Fix tests by adjusting to platform behavior
This commit is contained in:
committed by
Space
parent
d500d03baa
commit
46408ffd9d
@@ -32,4 +32,14 @@ public actual val supportsSuppressedExceptions: Boolean get() = true
|
||||
|
||||
public actual val supportsNamedCapturingGroup: Boolean get() = true
|
||||
|
||||
public actual val regexSplitUnicodeCodePointHandling: Boolean get() = true
|
||||
public actual val regexSplitUnicodeCodePointHandling: Boolean get() = true
|
||||
|
||||
public actual object BackReferenceHandling {
|
||||
actual val captureLargestValidIndex: Boolean get() = true
|
||||
|
||||
actual val notYetDefinedGroup: HandlingOption = HandlingOption.THROW
|
||||
actual val notYetDefinedNamedGroup: HandlingOption = HandlingOption.THROW
|
||||
actual val enclosingGroup: HandlingOption = HandlingOption.MATCH_NOTHING
|
||||
actual val nonExistentGroup: HandlingOption = HandlingOption.THROW
|
||||
actual val nonExistentNamedGroup: HandlingOption = HandlingOption.THROW
|
||||
}
|
||||
Reference in New Issue
Block a user