[tests] string builder appendln tests
This commit is contained in:
committed by
Vasily Levchenko
parent
4f6178fb1f
commit
197f77f8e3
@@ -1380,6 +1380,12 @@ task string_builder0(type: RunKonanTest) {
|
||||
source = "runtime/text/string_builder0.kt"
|
||||
}
|
||||
|
||||
task string_builder1(type: RunKonanTest) {
|
||||
expectedFail = (project.testTarget == 'wasm32') // Uses exceptions.
|
||||
goldValue = "HelloKotlin\n42\n0.1\ntrue\n\n"
|
||||
source = "runtime/text/string_builder1.kt"
|
||||
}
|
||||
|
||||
task string0(type: RunKonanTest) {
|
||||
goldValue = "true\ntrue\nПРИВЕТ\nпривет\nПока\ntrue\n"
|
||||
source = "runtime/text/string0.kt"
|
||||
|
||||
Reference in New Issue
Block a user