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
@@ -9,8 +9,6 @@ public expect fun assertTypeEquals(expected: Any?, actual: Any?)
public expect val isFloat32RangeEnforced: Boolean
public expect val supportsNamedCapturingGroup: Boolean
public expect val supportsOctalLiteralInRegex: Boolean
public expect val supportsEscapeAnyCharInRegex: Boolean