mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-10 22:31:24 +02:00
Test -nt and FOO=BAR BAR=FOO echo bugs
This commit is contained in:
parent
c5d4fd2195
commit
c30917f6bb
3 changed files with 492 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2005-02-02 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 2077: Test/A06assign.ztst, Test/C02cond.ztst: tests for
|
||||
users/8422 and 20774.
|
||||
|
||||
* unposted: README, Config/version.mk, Etc/FAQ.yo: update version
|
||||
number to 4.2.4.
|
||||
|
||||
|
|
279
Test/A06assign.ztst
Normal file
279
Test/A06assign.ztst
Normal file
|
@ -0,0 +1,279 @@
|
|||