Run stdlib tests in worker too
This commit is contained in:
committed by
Nikolay Krasko
parent
72fc5f5aee
commit
d401d29418
@@ -6,6 +6,8 @@
|
||||
package test.text
|
||||
|
||||
|
||||
@SharedImmutable
|
||||
internal actual val surrogateCodePointDecoding: String = "\uFFFD".repeat(3)
|
||||
|
||||
@SharedImmutable
|
||||
internal actual val surrogateCharEncoding: ByteArray = byteArrayOf(0xEF.toByte(), 0xBF.toByte(), 0xBD.toByte())
|
||||
|
||||
Reference in New Issue
Block a user