about summary refs log tree commit diff
path: root/Test
Commit message (Expand)AuthorAgeFilesLines
...
* 51403: Tests and documentation for 51402, clean up some other tests.Bart Schaefer2023-02-121-9/+161
* 51374: Expose named references in $parameters, fix substitution error.Bart Schaefer2023-02-122-16/+90
* 51361: Tests for 51360.Bart Schaefer2023-02-122-0/+517
* 51320, 51383: fixes to prevent later reappearance of old attributesOliver Kiddle2023-02-092-2/+2
* 51350: ${(S)...//#%...} didn't match the whole stringPeter Stephenson2023-02-061-0/+7
* 51306: error message in ${unset?error} should be expandedPeter Stephenson2023-02-021-0/+5
* 51307: Improve error on attempt to define function from aliased namePeter Stephenson2023-02-021-1/+6
* unposted (cribbed from users/28784 by Roman): Add XFail tests for substitutin...Daniel Shahaf2023-01-271-0/+15
* 51278: make (i) subscript flag for zero-length string consistentPeter Stephenson2023-01-161-0/+9
* 51297: update expected test results to match more optimised escape sequences ...Oliver Kiddle2023-01-111-8/+8
* 51258, 51272: refactor handling of terminal attributes, removing OFF flags in...Oliver Kiddle2023-01-102-7/+20
* 51214: handle read -d and a delimiter that can't be decoded into a characterOliver Kiddle2022-12-172-0/+18
* 51207: fix for read -d when the delimiter is a byte >= 0x80Jun-ichi Takimoto2022-12-171-0/+6
* 51215: consume whole CSI sequences from the inputOliver Kiddle2022-12-162-0/+29
* 51134: ! return doesn't change the return statusPeter Stephenson2022-12-121-0/+12
* 51076: fix ERR_EXIT when used with "eval" or "source"; documentary commentsPhilippe Altherr2022-12-031-0/+41
* 51071: fix ERR_RETURN for functions in conditional statementsPhilippe Altherr2022-12-031-0/+16
* 51001: fix for ERR_EXIT following shell function; update testsPhilippe Altherr2022-12-031-0/+82
* 51001: fix for ERR_EXIT with pipeline negation ("!"); update testsPhilippe Altherr2022-12-031-0/+15
* 51001: fix for ERR_EXIT with "always" blocks; update testsPhilippe Altherr2022-12-031-7/+29
* 51001: Reverts 8839e969b, most of 1ba8714a, and d873ed60.Philippe Altherr2022-12-031-5/+10
* 51079: metafy sep in array subscript flag (s:sep:)Jun-ichi Takimoto2022-12-021-0/+5
* unposted (cf. 51016): Add a test case for underscore-followed-by-digits in ma...Daniel Shahaf2022-11-231-0/+8
* 50928: fix tests for 50897, mention behavior change in NEWSBart Schaefer2022-11-091-11/+6
* users/28338: command substitution with alias edge case.Peter Stephenson2022-11-081-0/+8
* 50668: treat 8bit chars correctly when multibyte is unsetJun-ichi Takimoto2022-09-271-0/+7
* 50662: unset LC_* for all the testsJun-ichi Takimoto2022-09-261-13/+3
* 50658 + test: Enable to switch between C/UTF-8 locales in PCREJun-ichi Takimoto2022-09-261-0/+11
* 50629: do not use egrep in testsJun-ichi Takimoto2022-09-157-59/+23
* 50342: fix test added by 50306Jun-ichi Takimoto2022-06-091-1/+1
* Tweaks to MULTI_FUNC_DEFPeter Stephenson2022-06-071-0/+20
* 50306: fix wait for child that was stopped/continuedJun-ichi Takimoto2022-06-031-0/+7
* Fix problems with tests for 50126 and 50150.Bart Schaefer2022-05-022-1/+5
* 50160: Regression tests for 50126, 50136, and 50149Bart Schaefer2022-05-012-0/+26
* 50157: Tests for 50150Daniel Shahaf2022-05-011-0/+11
* 50159: Tests for sysread, including 50101 regressionBart Schaefer2022-05-011-0/+66
* 50089: unset LC_* for multibyte tests in X03zlebindkeyJun-ichi Takimoto2022-04-261-0/+1
* unposted (see 50072): check exit status in exit-from-trap testBart Schaefer2022-04-171-1/+1
* 50069: ChangeLog and test description for 50068Bart Schaefer2022-04-141-1/+1
* 50068: 'exit' in trap causes calling function to returnBart Schaefer2022-04-141-1/+1
* 50052: do nothing when skipping test V14systemJun-ichi Takimoto2022-04-141-1/+1
* 50046: ztst.zsh: export LANG to child zshJun-ichi Takimoto2022-04-141-0/+3
* 50013: skip %test if a chunk in %prep failsJun-ichi Takimoto2022-04-122-26/+31
* 49996 (Peter) + 50012: add ZTST_continueJun-ichi Takimoto2022-04-122-7/+28
* 50043: avoid spurious test failures when "make check" as rootBart Schaefer2022-04-112-3/+11
* 49906 (Bart), 49911: Fixes to querying jobs in subshell.Peter Stephenson2022-03-301-0/+28
* 49813: Add missing testMikael Magnusson2022-03-301-1/+1
* 49910: move multibyte-related f-flagged test from E03 to D07Jun-ichi Takimoto2022-03-302-5/+12
* 49908: reset LC_CTYPE to C during testsJun-ichi Takimoto2022-03-301-2/+1
* 49853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bashJun-ichi Takimoto2022-03-291-0/+32