#2397 closed defect (fixed)
[patch] Markdown test fails
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Testing framework | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
With markdown 1.5 installed, django (trunk rev 3419) fails its markdown tests, because of (non-semantic) whitespace changes. This was also an issue in #1632. Here is a patch to make the test more lenient.
Attachments (1)
Change History (4)
by , 18 years ago
Attachment: | 2397.patch added |
---|
comment:1 by , 18 years ago
Summary: | Markdown test fails → [patch] Markdown test fails |
---|
comment:2 by , 18 years ago
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Good idea. I've been seeing this failure for a while and have been to lazy to fix it. Needed to tweak the patch slightly to allow for spaces after the "h2" element as well, but it's generally fine.