1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00
Commit Graph

74 Commits

Author SHA1 Message Date
Sven Wischnowsky
d8aef9a9a6 moved from ./Test/05command.ztst 2001-04-02 12:31:39 +00:00
Sven Wischnowsky
46d498061e moved to ./Test/A05execution.ztst 2001-04-02 12:31:32 +00:00
Sven Wischnowsky
7b364c15e5 moved from ./Test/04redirect.ztst 2001-04-02 12:31:04 +00:00
Sven Wischnowsky
6793eafd24 moved to ./Test/A04redirect.ztst 2001-04-02 12:30:56 +00:00
Sven Wischnowsky
e4b214328e moved from ./Test/03quoting.ztst 2001-04-02 12:30:47 +00:00
Sven Wischnowsky
8b0f39cf32 moved to ./Test/A03quoting.ztst 2001-04-02 12:30:39 +00:00
Sven Wischnowsky
f7da8d5efb moved from ./Test/02alias.ztst 2001-04-02 12:30:15 +00:00
Sven Wischnowsky
cbb62d4a3e moved to ./Test/A02alias.ztst 2001-04-02 12:30:06 +00:00
Sven Wischnowsky
426ef49c87 moved from ./Test/01grammar.ztst 2001-04-02 12:29:57 +00:00
Sven Wischnowsky
6c6af3dfa9 moved to ./Test/A01grammar.ztst 2001-04-02 12:29:49 +00:00
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