X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/043621276bcfe47f8089e22015ec1da99e6434db..d6d7151bb90b62f3cc983b6a9fa4ffae66181412:/src/xbt_str_unit.c diff --git a/src/xbt_str_unit.c b/src/xbt_str_unit.c index 13bbfbe60b..d34d8dcec1 100644 --- a/src/xbt_str_unit.c +++ b/src/xbt_str_unit.c @@ -23,6 +23,7 @@ XBT_TEST_UNIT("xbt_str_split_quoted",test_split_quoted, "test the function xbt_s xbt_dynar_t d; char *s; + mytest("Empty", "", ""); mytest("Basic test", "toto tutu", "totoXXXtutu"); mytest("Useless backslashes", "\\t\\o\\t\\o \\t\\u\\t\\u", "totoXXXtutu"); mytest("Protected space", "toto\\ tutu", "toto tutu");