1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00
Commit Graph

49 Commits

Author SHA1 Message Date
Sven Wischnowsky
31862868fa fix completion test (55*) because of 12394 (12408) 2000-07-27 13:06:18 +00:00
Tanaka Akira
cd96c63fe7 * 12274: Test/53completion.ztst, Test/55arguments.ztst,
Test/.distfiles: separates _arguments tests.
2000-07-17 10:35:58 +00:00
Bart Schaefer
23ff230c8e 12167: Ignore failure of "for" loop in "make check". 2000-07-05 07:25:45 +00:00
Bart Schaefer
715278d063 12151: Fix ZDOTDIR during "make check" for static builds. 2000-07-04 00:45:07 +00:00
Peter Stephenson
a7f0716ddb 12138: setting arrays in math context 2000-07-03 10:10:07 +00:00
Sven Wischnowsky
0f398e9d2f fix for `foo () print bar' (function definitions without braces) (12125) 2000-06-29 12:08:25 +00:00
Bart Schaefer
122e46b406 Fix comptest interaction with compinit. 2000-06-22 17:33:38 +00:00
Sven Wischnowsky
0301303666 update comptest to not set ZLS_COLORS directly (11982) 2000-06-19 12:16:34 +00:00
Sven Wischnowsky
083befef2b new match spec characters bBeE, match only word/line not both (11977) 2000-06-19 10:48:21 +00:00
Bart Schaefer
0d22935756 Add a test for cascaded case statement. 2000-06-17 17:13:59 +00:00
Peter Stephenson
6d8ec99c35 11908: compmatch tests 2000-06-15 09:10:23 +00:00
Peter Stephenson
05c34efa3c 11902: SIGWINCH local trap test 2000-06-14 15:37:54 +00:00
Peter Stephenson
b24757fc34 11711: Andrej: diff output workaround 2000-06-07 09:02:23 +00:00
Oliver Kiddle
4e9967dcca fix wording in error messages for tests (11755) 2000-06-05 23:06:52 +00:00
Peter Stephenson
1be8bbf7fa Test/.distfiles 2000-06-05 09:02:42 +00:00
Wayne Davison
b13c451ff3 Added some testing of glob-array indexing. 2000-06-02 10:14:42 +00:00
Wayne Davison
0adb04abd3 More test-comment tweaks. 2000-06-02 09:32:30 +00:00
Wayne Davison
66f58fc6fd Improved the comment lines & added some "ksh_arrays" tests. 2000-06-02 09:29:00 +00:00
Wayne Davison
f77bd804ee One more test. 2000-06-02 01:40:51 +00:00
Wayne Davison
a5d9467cfa Some simple array indexing tests. 2000-06-02 01:35:54 +00:00
Bart Schaefer
b8e929748a Revert the change made in 11647. 2000-06-01 15:15:29 +00:00
Peter Stephenson
7bf294f2b8 Wayne: pattern.c unitialised var
Zero-length arrays now possible with $array[1,0]
2000-05-31 08:56:23 +00:00
Sven Wischnowsky
47c0bd0db1 fixes for _arguments without multiple sets; change completion test for empty actions (11647) 2000-05-30 07:49:00 +00:00
Bart Schaefer
47532f255e 11606: Propagate parse errors out of parse_list() and parse_event(), and
test that it worked.
2000-05-27 08:32:58 +00:00
Bart Schaefer
3ce575b0f9 Felix Rosencrantz: 11450: Replace tr with paramsubst. 2000-05-18 03:33:39 +00:00
Tanaka Akira
20a527fcaa 11441: Test/comptest, Test/53completion.ztst,
Test/54compmatch.ztst: use only one zsh process to test for each
completion test file.
2000-05-17 12:31:32 +00:00
Sven Wischnowsky
05d3c175a5 add Felix' completion matching test; some fixes for bugs shown by it (11439) 2000-05-17 11:59:32 +00:00
Bart Schaefer
03750c0687 11435: Update test for 11406. 2000-05-17 10:28:15 +00:00
Bart Schaefer
6c44d97386 11419: Control "make check" with the TESTNUM variable. 2000-05-16 17:39:11 +00:00
Peter Stephenson
9bbe45297c 11147: TRAPZERR tests 2000-05-04 11:46:19 +00:00
Tanaka Akira
7019cb655f 11137: Test/07cond.ztst: detect block device file using find. 2000-05-04 06:39:46 +00:00
Peter Stephenson
e6a6cab83c 11096: Use C locale for tests 2000-05-03 09:24:47 +00:00
Peter Stephenson
563936ba27 11026: fix for unfunction of trap with localtraps bug 2000-04-30 14:48:49 +00:00
Peter Stephenson
155df70ca8 Test additions; 3.1.7-pre-1 2000-04-19 19:03:09 +00:00
Peter Stephenson
d2330ba055 10547: (#s) and (#e) pattern assertions 2000-04-06 18:44:01 +00:00
Peter Stephenson
4852545255 Updated from list as far as 10376 2000-04-01 20:49:47 +00:00
Tanaka Akira
ba4f71f3f7 Initial revision 2000-03-01 18:56:45 +00:00
Tanaka Akira
6513a23fbe Initial revision 2000-02-29 15:51:21 +00:00
Tanaka Akira
39bcee62e9 Initial revision 2000-02-29 15:30:38 +00:00
Tanaka Akira
02801e27d5 Initial revision 2000-02-20 01:27:23 +00:00
Tanaka Akira
7823cf3bd2 Initial revision 2000-02-02 01:26:24 +00:00
Tanaka Akira
c08896b701 Initial revision 2000-01-31 11:46:35 +00:00
Tanaka Akira
1719ffeef5 Initial revision 2000-01-07 22:31:15 +00:00
Tanaka Akira
1eb9661d4c Initial revision 1999-12-21 23:12:01 +00:00
Tanaka Akira
bc16680564 zsh-workers/9024
cd.ztst removed.
1999-12-13 19:12:39 +00:00
Tanaka Akira
2f63510f69 Initial revision 1999-12-13 19:06:59 +00:00
Tanaka Akira
0f4d66156a Initial revision 1999-12-08 22:06:06 +00:00
Tanaka Akira
778df5a13f Initial revision 1999-12-08 10:29:02 +00:00
Tanaka Akira
d4ce23998b Initial revision 1999-12-07 22:42:20 +00:00