Re: [sage-devel] New doctest continuation ....:

2013-05-18 Thread Robert Bradshaw
Fixed. http://sage.math.washington.edu/home/robertwb/patches/patchbot-1.3.1.spkg On Fri, May 17, 2013 at 2:19 AM, Volker Braun wrote: > Can you have a look at > > http://patchbot.sagemath.org/ticket/14266/ > > There are two tickets to test. I commented "apply ticketA ticketB" but now > only ticke

Re: [sage-devel] New doctest continuation ....:

2013-05-17 Thread Volker Braun
Can you have a look at http://patchbot.sagemath.org/ticket/14266/ There are two tickets to test. I commented "apply ticketA ticketB" but now only ticketB is seen by the patchbot server. On Friday, May 17, 2013 9:00:40 AM UTC+1, Robert Bradshaw wrote: > > Yeah, I realized this morning this plu

Re: [sage-devel] New doctest continuation ....:

2013-05-17 Thread Robert Bradshaw
Yeah, I realized this morning this plugin was broken, as "..." matches any three characters (of course). I'm planning on releasing 1.3.1 soon, but want to do some more testing first. On Fri, May 17, 2013 at 12:58 AM, Frédéric Chapoton wrote: > Hello, > > I do not understand what the new plugin "p

Re: [sage-devel] New doctest continuation ....:

2013-05-17 Thread Frédéric Chapoton
Hello, I do not understand what the new plugin "plugins.doctest_continuation" is supposed to test. Is it the plugin alluded to in the previo

Re: [sage-devel] New doctest continuation ....:

2013-05-08 Thread Robert Bradshaw
On Wed, May 8, 2013 at 2:58 AM, Jeroen Demeyer wrote: > The new doctesting framework allows doctests with continuation to be written > like > > sage: > : > : > > instead of the old > > sage: > ... > ... > > The new syntax is much better because it has correct alignment and it would > allow