summaryrefslogtreecommitdiff
path: root/Test
AgeCommit message (Collapse)AuthorFilesLines
2006-07-1022544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson1-0/+9
POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names.
2006-06-3022529: multibyte conversion in math expressionsPeter Stephenson1-0/+10
2006-06-2822525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson1-0/+34
2006-06-2722524: searchable parameter subscripts with multibyte chars,Peter Stephenson1-0/+36
a few other fixes
2006-06-2622519: initial multibyte parameter testsPeter Stephenson1-0/+87
2006-06-2622518: Initial go at making parameter subscriptsPeter Stephenson1-2/+15
use multibyte characters.
2006-04-1922416, tweaked: math functions via shell functionsPeter Stephenson1-0/+59
unposted: add styles to pick-web-browser
2006-03-0322277: missed bitPeter Stephenson1-0/+34
2006-02-17Make sure that the (A) assignment of a single-item array retainsWayne Davison1-1/+22
its arrayness. Also ensure that the array/scalar type of each assigned variable is correct.
2006-02-16Test that ${(A)=name:=word} avoids splitting on quoted whitespace.Wayne Davison1-1/+2
2006-02-15Added a test for ${name+$array$scalar}.Wayne Davison1-0/+5
2006-02-15- Some changes to handle ${1+"$@"} being fixed.Wayne Davison1-13/+149
- Added quite a few new tests.
2005-10-1921882: extend prompt truncation to handle multibyte charactersPeter Stephenson1-4/+4
2005-10-1121862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson2-1/+15
substitutions that don't match anything.
2005-09-2321758: optimise =(<<<...) to run within the shell.Peter Stephenson1-0/+8
2005-09-0621701: Negative subscripts of scalars before start were brokenPeter Stephenson1-0/+5
2005-08-2221678: Unsetting tied parameters caused various crashesPeter Stephenson1-0/+34
2005-08-1721655: bug in ${..//../${..//../..}}Peter Stephenson1-0/+8
2005-08-11Third time's a charm: a better fix than using either a subshell orWayne Davison1-11/+17
"setopt localoptions" is to use a function for the final test (since it destroys all the variables in the environment). This allows us to directly test that the environment was properly restored after the function call, and ensures that the caller (ZTST_execchunk, which directly exec'ed the test code) still has all the vars that it expects in the environment (such as ZTST_verbose, options, and ZTST_mainopts).
2005-08-10A better fix than my last patch is to use "setopt localoptions".Wayne Davison1-3/+3
2005-08-10Put the last test into a sub-shell so that it doesn't interfereWayne Davison1-2/+2
with the temp-file cleanup.
2005-08-0921580: Thorsten's patch to make sure that no pre-existing trapsWayne Davison1-1/+4
interfere with the tests.
2005-08-09Got rid of trap call for now.Wayne Davison1-2/+2
2005-08-09Test both %b and %s in the empty-arg test.Wayne Davison1-1/+1
2005-08-0821576: test for 21575Peter Stephenson1-0/+20
2005-08-04Improved the %d and %g tests.Wayne Davison1-4/+6
2005-08-01Three more tests based on recent fixes.Wayne Davison1-0/+14
2005-08-01- Improved how we check the no-newline test cases.Wayne Davison1-13/+17
- Added a test case for "echo -n".
2005-07-26Added tests for \c escape handling.Wayne Davison1-0/+28
2005-06-2121317: fix bug where recursive glob within e qualifier would hang the shellOliver Kiddle1-0/+4
2005-06-17add test for 21352Oliver Kiddle1-0/+8
2005-05-09Add [[:IFS:]] etc. tests.Peter Stephenson1-0/+25
2005-05-0121215: clean up after autoloaded trap testBart Schaefer1-2/+6
2005-04-2621194: fix handling of zero-length quoted test strings for patternsPeter Stephenson1-0/+5
2005-04-25Test for fix of read with trailing metacharactersPeter Stephenson1-0/+7
2005-04-16Update test for change in error message.Bart Schaefer1-1/+1
2005-04-1421141: fix some issues associated with the {myfd}>... syntaxPeter Stephenson1-1/+6
2005-04-14Belated commit of 21064: test case for 21049Bart Schaefer1-0/+7
2005-04-1321136: don't leave TRAPEXIT lying around in Test directoryPeter Stephenson1-2/+2
2005-04-1221134: bad file descriptor error message system variation.Peter Stephenson1-1/+5
Hey, six nouns in a row!
2005-04-1221133: New {myfd} syntax for allocating file descriptorsPeter Stephenson1-0/+25
2005-04-1121131: exit with status 127 when script not foundPeter Stephenson1-0/+4
2005-04-0421082: Dan Nelson: fix zsh -c exit status on parse errorPeter Stephenson1-0/+4
2005-04-0121078: parse errors didn't cause non-zero exit statusPeter Stephenson1-0/+9
2005-03-1620983: failed glob from fixed strings segments in globbed pathsPeter Stephenson1-0/+6
2005-03-1020959: fix crash unloading zsh/parameter and test the fixPeter Stephenson1-2/+3
2005-02-06fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson1-2/+32
(now traplists); improve trap tests
2005-02-02Test -nt and FOO=BAR BAR=FOO echo bugsPeter Stephenson2-0/+23
2005-01-1320698: Fix tail for POSIX conformancePeter Stephenson1-3/+27
2005-01-1220692: unset POSIXLY_CORRECT in test.Peter Stephenson1-0/+3
unposted: minor comment change in _perforce