From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15947 invoked from network); 15 Jun 2000 04:54:05 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Jun 2000 04:54:05 -0000 Received: (qmail 17392 invoked by alias); 15 Jun 2000 04:53:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11908 Received: (qmail 17379 invoked from network); 15 Jun 2000 04:53:58 -0000 Message-ID: <20000615045356.1648.qmail@web1303.mail.yahoo.com> Date: Wed, 14 Jun 2000 21:53:56 -0700 (PDT) From: Felix Rosencrantz Subject: PATCH: another matching test case. To: zsh-workers MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-424238335-961044836=:28627" --0-424238335-961044836=:28627 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Here's another testcase for the matching test based on a problem I reported that's already been fixed. -FR. __________________________________________________ Do You Yahoo!? Yahoo! Photos -- now, 100 FREE prints! http://photos.yahoo.com --0-424238335-961044836=:28627 Content-Type: text/plain; name="patch8.txt" Content-Description: patch8.txt Content-Disposition: inline; filename="patch8.txt" Index: zsh/Test/54compmatch.ztst =================================================================== --- zsh/Test/o54compmatch.ztst Wed May 17 05:31:32 2000 +++ zsh/Test/54compmatch.ztst Wed Jun 14 21:46:01 2000 @@ -481,5 +481,21 @@ >line: {tst }{.:} >COMPADD:{} + workers_11586_matcher='r:|.=** r:[^0-9]||[0-9]=**' + workers_11586_list=(c00.abc c01.abc.def.00.0) + test_code $workers_11586_matcher workers_11586_list + comptest $'tst c00\t.\ta\t' +0:Bug from workers 11586 +>line: {tst c00}{} +>COMPADD:{} +>NO:{c00.abc} +>NO:{c01.abc.def.00.0} +>line: {tst c00.}{} +>COMPADD:{} +>NO:{c00.abc} +>NO:{c01.abc.def.00.0} +>line: {tst c00.abc }{} +>COMPADD:{} + %clean exit 0 --0-424238335-961044836=:28627--