]> sjero.net Git - wget/blobdiff - src/utils.c
Merge quote module stuff with current mainline.
[wget] / src / utils.c
index c4f78fe4b766c05b8b1def56b22650ff8bfb0737..a6c84491605517a8f0af7637ff681c70e943340f 100644 (file)
@@ -2231,6 +2231,8 @@ test_dir_matches_p()
     { { "*/*COMPLETE", NULL, NULL }, "foo/!COMPLETE", true },
     { { "/dir with spaces", NULL, NULL }, "dir with spaces", true },
     { { "/dir*with*spaces", NULL, NULL }, "dir with spaces", true },
+    { { "/Tmp/has", NULL, NULL }, "/Tmp/has space", false },
+    { { "/Tmp/has", NULL, NULL }, "/Tmp/has,comma", false },
   };
   
   for (i = 0; i < countof(test_array); ++i)