From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20926 invoked from network); 7 Jun 2000 23:56:34 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Jun 2000 23:56:34 -0000 Received: (qmail 17760 invoked by alias); 7 Jun 2000 23:56:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11805 Received: (qmail 17750 invoked from network); 7 Jun 2000 23:56:18 -0000 Sender: acs@rcn.com To: zsh-workers@sunsite.auc.dk From: Vin Shelton Subject: compmatch failure in latest CVS Date: 07 Jun 2000 20:00:34 -0400 In-Reply-To: "Bart Schaefer"'s message of "Mon, 29 May 2000 00:12:58 +0000" Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii A brand-new spanking update from CVS including this patch from Sven: 2000-06-07 Sven Wischnowsky * 11796: Src/Zle/compmatch.c: try to get the tests for `strings long enough' right in anchor matching code fails make check: /usr/local/src/zsh-2000-06-07/Test/52zregexparse.ztst: all tests successful. /usr/local/src/zsh-2000-06-07/Test/53completion.ztst: all tests successful. *** /tmp/zsh.ztst.out.31654 Wed Jun 7 19:54:08 2000 --- /tmp/zsh.ztst.tout.31654 Wed Jun 7 19:54:08 2000 *************** *** 1,4 **** ! line: {tst FooHoo }{} COMPADD:{} ! line: {tst FooHoo 5bar234 }{} COMPADD:{} --- 1,4 ---- ! line: {tst H}{} COMPADD:{} ! line: {tst H2}{} COMPADD:{} Test /usr/local/src/zsh-2000-06-07/Test/54compmatch.ztst failed: output differs from expected as shown above for: example7_matcher="r:[^A-Z0-9]||[A-Z0-9]=** r:|=*" example7_list=($example6_list) test_code $example7_matcher example7_list comptest $'tst H\t2\t' Was testing: Documentation example using "r:[^A-Z0-9]||[A-Z0-9]=** r:|=*" /usr/local/src/zsh-2000-06-07/Test/54compmatch.ztst: test failed. This is on a 686 Mandrake Linux system, in case that matters. - vin