[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Status report for Ruby bindings on Windows

From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: 2007-02-06 16:47:29 CET

Hi

On 2/4/07, Joe Swatosh <joe.swatosh@gmail.com> wrote:
> Hi kou,
>
> On 2/3/07, Kouhei Sutou <kou@cozmixng.org> wrote:
> > Hi,
> >

>
> You know, perhaps it would be better to change the interface to return
> an array of strings instead of a single string with multiple lines?
>

That's silly. It won't work in all cases. Please nevermind.

>
> > diff = Svn::Core::Diff.file_diff(original.path, modified.path)
> > - assert_equal(normalize_line_break(expected),
> > - diff.unified(original_header, modified_header))
> > + assert_equal(expected, diff.unified(original_header, modified_header))
> >

--
Joe Swatosh
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 6 16:47:45 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.