zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: another matching test case.
@ 2000-06-15  4:53 Felix Rosencrantz
  0 siblings, 0 replies; only message in thread
From: Felix Rosencrantz @ 2000-06-15  4:53 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

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

[-- Attachment #2: patch8.txt --]
[-- Type: text/plain, Size: 679 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-06-15  4:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-15  4:53 PATCH: another matching test case Felix Rosencrantz

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).