Remove supportsNamedCapturingGroup flag in tests

Now it is true on all platforms
This commit is contained in:
Abduqodiri Qurbonzoda
2022-09-20 23:35:55 +03:00
committed by Space Team
parent 175566fe56
commit 2248f4ea33
7 changed files with 0 additions and 30 deletions
@@ -20,8 +20,6 @@ public actual val TestPlatform.Companion.current: TestPlatform get() = TestPlatf
public actual val isFloat32RangeEnforced: Boolean get() = true
public actual val supportsNamedCapturingGroup: Boolean get() = true
public actual val supportsOctalLiteralInRegex: Boolean get() = true
public actual val supportsEscapeAnyCharInRegex: Boolean get() = true