stdlib: Improve character API.

The patch adds methods for surrogate characters processing and Unicode
category support needed for regular expression library.
This commit is contained in:
Ilya Matveev
2017-06-08 14:04:23 +07:00
committed by ilmat192
parent 96e807697a
commit e64a5f42f0
11 changed files with 385 additions and 10 deletions
+5
View File
@@ -1268,6 +1268,11 @@ task to_string0(type: RunKonanTest) {
source = "runtime/text/to_string0.kt"
}
task chars0(type: RunKonanTest) {
source = "runtime/text/chars0.kt"
expectedExitStatus = 0
}
task catch1(type: RunKonanTest) {
goldValue = "Before\nCaught Throwable\nDone\n"
source = "runtime/exceptions/catch1.kt"