diff options
-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 |