Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Corrected tesh files.
[simgrid.git] / src / xbt_str_unit.c
index 13bbfbe60bc54c647593cc5ace6414584ab19924..d34d8dcec18aaa54cd5e532f007f5763caabae14 100644 (file)
@@ -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");