StringBuilder builder and appendln

This commit is contained in:
Ilya Ryzhenkov
2014-06-05 23:20:39 +04:00
committed by Andrey Breslav
parent 0717511abe
commit 516bae17d7
11 changed files with 160 additions and 9 deletions
-1
View File
@@ -123,5 +123,4 @@ class StringTest {
assertEquals("new name", s.replaceBefore("=", "new name"))
assertEquals("/new/path", s.replaceBeforeLast("=", "/new/path"))
}
}