[JS BE] Fix KT-26706: incorrect Long value in string templates

This commit is contained in:
Svyatoslav Kuzmich
2018-09-10 17:32:12 +03:00
parent 7011e9422d
commit 9ff8c93529
4 changed files with 37 additions and 0 deletions
@@ -6306,6 +6306,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/number/kt2342.kt");
}
@TestMetadata("kt26706.kt")
public void testKt26706() throws Exception {
runTest("js/js.translator/testData/box/number/kt26706.kt");
}
@TestMetadata("longArray.kt")
public void testLongArray() throws Exception {
runTest("js/js.translator/testData/box/number/longArray.kt");
@@ -6306,6 +6306,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/number/kt2342.kt");
}
@TestMetadata("kt26706.kt")
public void testKt26706() throws Exception {
runTest("js/js.translator/testData/box/number/kt26706.kt");
}
@TestMetadata("longArray.kt")
public void testLongArray() throws Exception {
runTest("js/js.translator/testData/box/number/longArray.kt");