From 238c2177b64507ecb00951b62c3de648981a6a60 Mon Sep 17 00:00:00 2001 From: sergeych Date: Thu, 29 Jan 2026 03:45:04 +0300 Subject: [PATCH] Re-enable range-related ScriptTest cases --- lynglib/src/commonTest/kotlin/ScriptTest.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lynglib/src/commonTest/kotlin/ScriptTest.kt b/lynglib/src/commonTest/kotlin/ScriptTest.kt index 683de19..723327d 100644 --- a/lynglib/src/commonTest/kotlin/ScriptTest.kt +++ b/lynglib/src/commonTest/kotlin/ScriptTest.kt @@ -1409,7 +1409,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testCharacterRange() = runTest { eval( @@ -1439,7 +1438,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testForRange() = runTest { eval( @@ -3614,7 +3612,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testJoinToString() = runTest { eval( @@ -5110,7 +5107,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testClamp() = runTest { eval(