From fc26ec73ceda2b260a869a5c10de33157efbe9a7 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 7 Mar 2001 15:36:30 +0000 Subject: Minor errors in 54compmatch doc strings --- ChangeLog | 4 ++++ Test/54compmatch.ztst | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ced314428..65e90ee35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,10 @@ * unposted: Completion/User/_w3m: complete for w3m. +2001-03-06 Bart Schaefer + + * 13583: Test/54compmatch.ztst: Tweak doc strings for accuracy. + 2001-03-06 Sven Wischnowsky * 13576: Src/lex.c, Src/parse.c: make the parser use real memory diff --git a/Test/54compmatch.ztst b/Test/54compmatch.ztst index 8ffbe6dda..6d0452380 100644 --- a/Test/54compmatch.ztst +++ b/Test/54compmatch.ztst @@ -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} -- cgit 1.4.1