mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-28 06:12:53 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@7293 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
51982e3415
commit
0b8218df21
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ CONSOLE_APP_MAIN
|
|||
TEST(Join(w, ";"), "alfa;beta;;gamma;delta");
|
||||
TEST(Join(w, ".", true), "alfa.beta.gamma.delta");
|
||||
|
||||
Vector<String> v = Split(";;;hello;;", false);
|
||||
Vector<String> v = Split(";;;hello;;", ';', false);
|
||||
TEST(Join(v, ";"), ";;;hello;;");
|
||||
TEST(Join(v, ";", true), "hello");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue