Merging test scripts and output demo

timeless timeless at gmail.com
Fri Jun 18 09:48:47 CDT 2010


On Fri, Jun 18, 2010 at 5:26 PM, Jesse Glick <jesse.glick at oracle.com> wrote:
> On 06/18/2010 10:10 AM, Martin Geisler wrote:
>> If we let '...' mean .*?, a non-greedy match for anything except a
>> newline, then I don't even think we need those delimiters.

>  pulling from ssh://someone@nowhere.net/ - error: nowhere.net offline!
>  pulling from ssh://...

> possibly obscuring a real regression. However to catch such problems the
> test author has to construct a suitable regexp,

You'd have to know, in this case we could use:

pulling from ssh://.../

Which would work. It wouldn't be too hard to require '...' to be
followed by something in the test validation input.


More information about the Mercurial-devel mailing list