﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10843	django.contrib.markup.tests.Templates test_textile fails with python textile 2.1.3 and Django 1.0.2 final	ntoll	nobody	"Getting the following message:
{{{
======================================================================
FAIL: test_textile (django.contrib.markup.tests.Templates)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/Library/Python/2.5/site-packages/django/contrib/markup/tests.py"", line 27, in test_textile
    <p>Paragraph 2 with &#8220;quotes&#8221; and <code>code</code></p>"""""")
AssertionError: u'<p>Paragraph 1</p>\n\n\t<p>Paragraph 2 with &#8220;quotes&#8221; and <code>code</code></p>' != '<p>Paragraph 1</p>\n\n<p>Paragraph 2 with &#8220;quotes&#8221; and <code>code</code></p>'

----------------------------------------------------------------------
}}}
Looks like there is an extra ""\t"" in there before the ""Paragraph 2"" <p> element. "	Bug	closed	Testing framework		Normal	fixed	Textile		Accepted	1	0	0	1	0	0
