(regexp-substitute/global): Do not test with empty regexp. Empty
authorMarius Vollmer <mvo@zagadka.de>
Mon, 6 May 2002 19:32:20 +0000 (19:32 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 6 May 2002 19:32:20 +0000 (19:32 +0000)
regexps do not work on NetBSD.

test-suite/tests/regexp.test

index d744703..0358354 100644 (file)
@@ -68,7 +68,6 @@
     (with-test-prefix (object->string args)
       (apply vary-port regexp-substitute/global expected args)))
 
-  (try "" "" "" "")
   (try "hi" "a(x*)b" "ab" "hi")
   (try ""   "a(x*)b" "ab" 1)
   (try "xx" "a(x*)b" "axxb" 1)