/[guile]/guile/guile-core/test-suite/tests/regexp.test
ViewVC logotype

Diff of /guile/guile-core/test-suite/tests/regexp.test

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jimb, Mon Sep 20 22:52:02 1999 UTC revision 1.3 by mvo, Mon May 6 19:32:20 2002 UTC
# Line 68  Line 68 
68      (with-test-prefix (object->string args)      (with-test-prefix (object->string args)
69        (apply vary-port regexp-substitute/global expected args)))        (apply vary-port regexp-substitute/global expected args)))
70    
   (try "" "" "" "")  
71    (try "hi" "a(x*)b" "ab" "hi")    (try "hi" "a(x*)b" "ab" "hi")
72    (try ""   "a(x*)b" "ab" 1)    (try ""   "a(x*)b" "ab" 1)
73    (try "xx" "a(x*)b" "axxb" 1)    (try "xx" "a(x*)b" "axxb" 1)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26