[1821] in BarnOwl Developers
Re: [PATCH 2/3] Add fill-paragraph test case for owl_editwin
daemon@ATHENA.MIT.EDU (David A Benjamin)
Thu Oct 29 18:22:43 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Mon, 19 Oct 2009 21:09:33 -0400 (EDT)
From: David A Benjamin <davidben@MIT.EDU>
To: Nelson Elhage <nelhage@mit.edu>
cc: barnowl-dev@mit.edu
In-Reply-To: <20091020010219.GX28746@mit.edu>
On Mon, 19 Oct 2009, Nelson Elhage wrote:
> I would consider rewriting these tests to check that every line in the
> wrapped version is <= 80 characters in length, rather than checking
> the exact result.
Sure. I think I'd prefer some check of content as well, so perhaps also
a check of a canonicalized string (convert string of whitespace to
single space or something) which should be fairly easy to generate.
David