update prezto
This commit is contained in:
84
.zprezto/modules/prompt/external/powerlevel9k/shunit2/doc/RELEASE_NOTES-2.1.3.txt
vendored
Normal file
84
.zprezto/modules/prompt/external/powerlevel9k/shunit2/doc/RELEASE_NOTES-2.1.3.txt
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
Release Notes for shUnit2 2.1.3
|
||||
===============================
|
||||
|
||||
This release is minor feature release. It improves support for zsh (although it
|
||||
still isn't what it could be) and adds automated testing framework support by
|
||||
returning a non-zero exit when tests fail.
|
||||
|
||||
To use zsh with shUnit2, the following two requirements must be met:
|
||||
* The ``shwordsplit`` option must be set.
|
||||
* The ``function_argzero`` option must be unset.
|
||||
|
||||
Please read the Shell Errata section of the documentation for guidance on how
|
||||
to meet these requirements.
|
||||
|
||||
See the ``CHANGES-2.1.txt`` file for a full list of changes.
|
||||
|
||||
|
||||
Tested Platforms
|
||||
----------------
|
||||
|
||||
Cygwin
|
||||
|
||||
- bash 3.2.33(18)
|
||||
- pdksh 5.2.14
|
||||
|
||||
Linux
|
||||
|
||||
- bash 3.2.33(1)
|
||||
- dash 0.5.4
|
||||
- ksh 1993-12-28
|
||||
- pdksh 5.2.14
|
||||
- zsh 4.3.4
|
||||
|
||||
Mac OS X 10.5.2 (Darwin 9.2.2)
|
||||
|
||||
- bash 3.2.17(1)
|
||||
- ksh 1993-12-28
|
||||
- zsh 4.3.4
|
||||
|
||||
Solaris 11 x86 (Nevada 77)
|
||||
|
||||
- /bin/sh
|
||||
- bash 3.2.25(1)
|
||||
- ksh M-11/16/88i
|
||||
- zsh 4.3.4
|
||||
|
||||
|
||||
New Features
|
||||
------------
|
||||
|
||||
None.
|
||||
|
||||
|
||||
Changes and Enhancements
|
||||
------------------------
|
||||
|
||||
Support for automated testing frameworks.
|
||||
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
Fixed some issues with zsh support.
|
||||
|
||||
|
||||
Deprecated Features
|
||||
-------------------
|
||||
|
||||
None.
|
||||
|
||||
|
||||
Known Bugs and Issues
|
||||
---------------------
|
||||
|
||||
Functions do not properly test for an invalid number of arguments.
|
||||
|
||||
ksh and pdksh do not pass null arguments (i.e. empty strings as '') properly,
|
||||
and as such checks do not work properly.
|
||||
|
||||
zsh requires the ``shwordsplit`` option to be set, and the ``function_argzero``
|
||||
option to be unset for proper operation.
|
||||
|
||||
|
||||
.. vim:fileencoding=latin1:ft=rst:spell:textwidth=80
|
Reference in New Issue
Block a user