mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
11908: compmatch tests
This commit is contained in:
parent
48101910bb
commit
6d8ec99c35
2 changed files with 19 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2000-06-15 Peter Stephenson <pws@cambridgesiliconradio.com>
|
||||
|
||||
* Felix: 11908: Test/54compmatch.ztst: tests for problematic
|
||||
cases.
|
||||
|
||||
* as 11916: moved bottom of ChangeLog to ChangeLog-Release to
|
||||
avoid unnecessary network activity when committing. To be
|
||||
merged into ChangeLog.4.0 for next release.
|
||||
|
|
|
@ -479,6 +479,22 @@
|
|||
comptest $'tst :\t'
|
||||
0:Non-bug from workers 11388
|
||||
>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
|
||||
|
|
Loading…
Reference in a new issue