1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
Commit Graph

64 Commits

Author SHA1 Message Date
Bart Schaefer
9b464ddc8d Print hash marks for progress. 2001-03-30 16:20:27 +00:00
Bart Schaefer
85850097fb A couple of regression tests. 2001-03-25 03:03:20 +00:00
Peter Stephenson
aff2d638e6 stop LC_COLLATE reordering things in tests 2001-03-25 00:24:25 +00:00
Bart Schaefer
0fe2fc2742 More minor test fixes. 2001-03-25 00:14:00 +00:00
Bart Schaefer
fd305eb30a Clean up grammar tests. 2001-03-23 18:59:10 +00:00
Felix Rosencrantz
c97203ac11 Another testcase that covers the bug mentioned in workers/13563. The case is based on a bug mentioned in workers/13320 2001-03-08 05:50:02 +00:00
Bart Schaefer
fc26ec73ce Minor errors in 54compmatch doc strings 2001-03-07 15:36:30 +00:00
Sven Wischnowsky
eb41692bc5 fix for matching control, try harder to merge separately completed parts to avoid losing user-typed characters (13565) 2001-03-05 10:48:10 +00:00
Bart Schaefer
dcb2530bd3 13449: "make clean" cleans up after killed tests. 2001-02-08 07:17:09 +00:00
Bart Schaefer
db3d3e2b27 13442: Use +Z to suppress loading of ZLE modules when testing. 2001-02-08 03:29:58 +00:00
Felix Rosencrantz
5c111766c1 zsh-workers/13395: Added code to test compstate[insert_positions], value of insert_positions are now reported 2001-01-28 19:37:30 +00:00
Sven Wischnowsky
9af83c6c2a fix cursor positioning with partial-word match specs using `**' (13336) 2001-01-10 09:24:45 +00:00
Sven Wischnowsky
16d7e31ae8 make non-blocking IO on ptys work again; add -t option to test if command is still alive (13035) 2000-10-19 08:46:54 +00:00
Sven Wischnowsky
35e15e6b11 *** empty log message *** 2000-10-16 10:55:54 +00:00
Bart Schaefer
825a1baf7c Andrej, 12614: Clean zpty module after testing. 2000-08-14 15:45:43 +00:00
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