Skip to content

Commit 1654d3f

Browse files
committed
remove commented code
1 parent 1184c08 commit 1654d3f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

javascript/src/mobileDeviceTest/kotlin/dev/icerock/moko/javascript/JavaScriptEngineCrossTypesTests.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ class JavaScriptEngineCrossTypesTests {
4545

4646
@Test
4747
fun stringWithNumberSumCheck() {
48-
// FIXME: Falls with exception
49-
// Script: var list = [5,15];var number = 4;var doubleString = " Hello ";doubleString+list[0]
50-
// Exception:
51-
// IllegalStateException: Reader has not consumed the whole input:
52-
// JsonReader(source=' Hello 5', currentPosition=8, tokenClass=0, tokenPosition=7, offset=7)
5348
assertEquals(
5449
actual = JsType.Str(" Hello 5"),
5550
expected = javaScriptEngine.evaluate(context = context, script = "doubleString+list[0]")

0 commit comments

Comments
 (0)