Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: revert 39611 and add tests and comments
- X-seq: zsh-workers 40131
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: revert 39611 and add tests and comments
- Date: Thu, 8 Dec 2016 17:02:49 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=yzeiIRwUsw/cgYYBayQFA80E2vSlRyiqEr4vvWaUYes=; b=15uzj6K28WcpTy0v88ES5kYobAxwWXXHh7B/Qi4Wvo+KVh2KMr0iDHH1o/5Y2PyC6L diXsFFRUFX9ynB4bdttBBoQsWDd+qjiLVSzQorZrksgItF8zaStwJibmuK5gomjV9dI1 oEylAKkThIE+vJR6hef/I+MNa9NGN+js9/fHTU/o/5ond2lNEx3x/a66lVKEPMBwdjh2 xdVOqw5yDjVnLMyV7I5R3rPrVQVg+oBlxjsUUL3hK1Y5JH58Kuoo/dbrUv92yWoXFZPI bl7I4ES/96fuDNvEUNXVlyEldShpGVyj71tw2eLRK4pAWw9ov/tZAE8tWqb+OJhXAU7s c2NA==
- In-reply-to: <92933.1481227490@hydra.kiddle.eu>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <92933.1481227490@hydra.kiddle.eu>
On Dec 8, 9:04pm, Oliver Kiddle wrote:
}
} In an attempt to avoid a repeat when I come to do that, this adds
} fairly comprehensive tests of _arguments. No tests for the little
} used -w because it is either broken or I was too confused. Or -n
} for somewhat similar reasons. A few tests are commented where I
} think the behaviour is not right.
I've been adding such comments as "F:" lines in the redirection part
of the test, so that they're printed if the test fails. Comment in
B01cd says "useful for explaining certain frequent errors, for example
ones which may arise from the environment rather than from the shell"
but this seems ideal for explaining *expected* failures such as might
happen if a questionable behavior is deliberately changed.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author