Common stdlib
- adds actual matching expect declarations - removes duplicates - rewrite collections - add MPP and experimental compiler options
This commit is contained in:
committed by
Pavel Punegov
parent
c807fca8cb
commit
374397d03f
@@ -965,7 +965,7 @@ class PatternTest2 {
|
||||
assertEquals(4, result!!.range.start)
|
||||
|
||||
// modify text
|
||||
text.length = 0
|
||||
text.setLength(0)
|
||||
text.append("Text have been changed.")
|
||||
|
||||
assertNull(regex.find(text))
|
||||
|
||||
Reference in New Issue
Block a user