mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
Update kotlin gradle plugin; add js target
This commit is contained in:
@@ -19,11 +19,6 @@
|
||||
|
||||
package org.isoron.platform.io
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
class StringsTest {
|
||||
@Test
|
||||
fun testSprintf() {
|
||||
assertEquals("Number 004", sprintf("Number %03d", 4))
|
||||
}
|
||||
actual fun sprintf(format: String, vararg args: Any?): String {
|
||||
TODO()
|
||||
}
|
||||
Reference in New Issue
Block a user