diff options
author | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2001-03-08 05:50:02 +0000 |
---|---|---|
committer | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2001-03-08 05:50:02 +0000 |
commit | c97203ac114ad34b9e922aa7a9abbb831d61bf23 (patch) | |
tree | 57c0589af812eeae84a8b4c36339159cf3b1597f /Test/54compmatch.ztst | |
parent | fc26ec73ceda2b260a869a5c10de33157efbe9a7 (diff) | |
download | zsh-c97203ac114ad34b9e922aa7a9abbb831d61bf23.tar.gz zsh-c97203ac114ad34b9e922aa7a9abbb831d61bf23.tar.xz zsh-c97203ac114ad34b9e922aa7a9abbb831d61bf23.zip |
Another testcase that covers the bug mentioned in workers/13563. The case is based on a bug mentioned in workers/13320
Diffstat (limited to 'Test/54compmatch.ztst')
-rw-r--r-- | Test/54compmatch.ztst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Test/54compmatch.ztst b/Test/54compmatch.ztst index 6d0452380..f726923e8 100644 --- a/Test/54compmatch.ztst +++ b/Test/54compmatch.ztst @@ -621,6 +621,13 @@ >COMPADD:{} >INSERT_POSITIONS:{9:27} + test_code $workers_13320_matcher workers_13320_list + comptest $'tst g-2\t' +0:Test from workers 13320 +>line: {tst glibc}{-2.1.94-3.i386.rpm} +>COMPADD:{} +>INSERT_POSITIONS:{9:27} + workers_13345a_matcher='r:|[.,_-]=**' workers_13345a_list=(A.B.C A.B.C.D A.C) test_code $workers_13345a_matcher workers_13345a_list |