Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: test failuer case
- X-seq: zsh-workers 11713
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>, "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>, Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: test failuer case
- Date: Thu, 1 Jun 2000 14:20:49 +0000
- In-reply-to: <000601bfcbab$f4227bd0$21c9ca95@xxxxxxxxxxxxxx>
- In-reply-to: <0FVG001HSZXA60@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <000601bfcbab$f4227bd0$21c9ca95@xxxxxxxxxxxxxx> <0FVG001HSZXA60@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Jun 1, 1:29pm, Andrej Borsenkow wrote:
} Subject: test failuer case
}
} Running with current CVS (including last patch from Peter) gives me:
}
} *** /tmp/zsh.ztst.out.25823 Thu Jun 1 13:22:33 2000
} --- /tmp/zsh.ztst.tout.25823 Thu Jun 1 13:22:34 2000
} ***************
} *** 1 ****
} ! line: {tst -x }{}
} --- 1,2 ----
} ! line: {tst -}{}
} ! MESSAGE:{arg}
This is the test that we changed right before 3.1.7 so that "make check"
would be clean (11647), when in fact it was telling us about a real bug
which Sven has subsequently fixed (11678). We should put the test back
the way it was intended to be.
Index: Test/53comptest.zsh
======================================================================
@@ -129,7 +129,8 @@
comptesteval 'compdef _tst tst; _tst () { _arguments "-x" ":arg:" }'
comptest $'tst -\t'
0:_arguments
->line: {tst -x }{}
+>line: {tst -}{}
+>MESSAGE:{arg}
comptesteval 'compdef _tst tst; _tst () { _arguments "-x:arg:" }'
comptest $'tst -x\t'
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author