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 | |
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
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Test/54compmatch.ztst | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 65e90ee35..92f9083a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-03-07 Felix Rosencrantz <f_rosencrantz@yahoo.com> + + * 13590: Test/54compmatch.ztst: Added another test case + that covers the bug mentioned in workers/13563. The case + is based on a bug mentioned in workers/13320. + 2001-03-07 Sven Wischnowsky <wischnow@zsh.org> * 13589: Src/mem.c, Src/parse.c, Src/zsh.h: two optimisations; use 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 |