From: Waylan L. <wa...@gm...> - 2008-12-07 03:38:45
|
On Thu, Dec 4, 2008 at 11:21 PM, Yuri Takhteyev <qar...@gm...> wrote: >> Hmm, it's not failing for me in 2.5. I haven't installed 2.6 yet. My >> understanding is that that is where we should be testing before >> running 2to3. I'll have to investigate further. > > It fails for me in 2.5. BTW, it looks like we (actually, probably I) > broke 2.4 compatibility at some point. > Ok, I got 2.6 and 3.0 installed today. All tests are passing for me in 2.5 & 2.6 (including extensions) and all non-extension tests are passing in 3.0. I should also note that the doctests in extensions (run regression-tests.py) that have them *are* passing in 3.0 (after removing the u from string output in the tests), so I suspect it's a problem with test-markdown.py. I am getting one small anomaly in 2.3 & 2.4 with the "uche" test, although it appears to only be insignificant whitespace. The regression tests run fine except for doctests for the 'headerid' and 'wikilinks' extensions in 2.3 - although the syntax tests are passing for both. Strangely, I don't see a "para-with-hr" test anywhere. Is this perhaps some old test you never committed and it isn't passing after some recent changes? -- ---- Waylan Limberg wa...@gm... |