From: Waylan L. <wa...@gm...> - 2008-12-07 17:34:54
|
On Sun, Dec 7, 2008 at 3:52 AM, John Szakmeister <jo...@sz...> wrote: > On Sat, Dec 6, 2008 at 10:38 PM, Waylan Limberg <wa...@gm...> wrote: > [snip] >> 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? > > It's in tests/misc. That's one I submitted to you guys a couple months ago. > Thanks John, and Yuri for commiting it. However, the test was failing because the *test* was wrong, not the code. That was not valid html. A <hr> is a block level element and no block level elements are allowed in <p>s. I have updated the test and it passes. In other words the code was correct. I thought I had tested for that when refactoring the core - which explains my confusion about it failing. Fyi Yuri, I also fixed your missing imports in markdown.py after you rearranged the logger. -- ---- Waylan Limberg wa...@gm... |