Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Minor errors in 54compmatch doc strings



These look like cut'n'paste problems.  Found while trying to discover why
54compmatch won't run under efence.  Answer is that it probably does run,
but the zpty sync between the tester and the driver gets messed up somehow.
In any case I got no efence errors trying most of the test cases by hand.


Index: Test/54compmatch.ztst
===================================================================
--- Test/54compmatch.ztst	2001/02/08 03:49:33	1.9
+++ Test/54compmatch.ztst	2001/03/06 17:21:30
@@ -471,7 +471,7 @@
 
  test_code 'r:|[A-Z0-9]=** r:|=*' example6_list
  comptest $'tst H\t'
-0:Documentation example using "r:|[A-Z0-9]=* r:|=*", input 2
+0:Documentation example using "r:|[A-Z0-9]=** r:|=*", input H
 >line: {tst H}{}
 >COMPADD:{}
 >INSERT_POSITIONS:{4}
@@ -480,7 +480,7 @@
 
  test_code 'r:|[A-Z0-9]=** r:|=*' example6_list
  comptest $'tst 2\t\t'
-0:Documentation example using "r:|[A-Z0-9]=* r:|=*", input 2
+0:Documentation example using "r:|[A-Z0-9]=** r:|=*", input 2
 >line: {tst 5}{23}
 >COMPADD:{}
 >INSERT_POSITIONS:{5:7}

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author