Remove supportsNamedCapturingGroup flag in tests
Now it is true on all platforms
This commit is contained in:
committed by
Space Team
parent
175566fe56
commit
2248f4ea33
@@ -19,9 +19,6 @@ public fun <T> platformNull() = Collections.singletonList(null as T).first()
|
||||
|
||||
public actual val isFloat32RangeEnforced: Boolean = true
|
||||
|
||||
public actual val supportsNamedCapturingGroup: Boolean
|
||||
get() = System.getProperty("supportsNamedCapturingGroup")?.toBooleanStrict() ?: true
|
||||
|
||||
public actual val supportsOctalLiteralInRegex: Boolean get() = true
|
||||
|
||||
public actual val supportsEscapeAnyCharInRegex: Boolean get() = true
|
||||
|
||||
Reference in New Issue
Block a user