Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#17908 closed Bug (fixed)

markdown tests fail if older version of markdown installed

Reported by: Preston Holmes Owned by: Preston Holmes
Component: contrib.markup Version: dev
Severity: Release blocker Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

r17735 introduced a number of changes regarding the use of the markdown library including some new tests requiring a feature only present in markdown 2.1

These tests should be skipped unless a qualifying version of markdown is available.

Attachments (2)

markdown-test-fix.diff (1.6 KB ) - added by Preston Holmes 13 years ago.
markdown-test-fix-1.3.X.diff (1.5 KB ) - added by Preston Holmes 13 years ago.

Download all attachments as: .zip

Change History (5)

by Preston Holmes, 13 years ago

Attachment: markdown-test-fix.diff added

by Preston Holmes, 13 years ago

comment:1 by Preston Holmes, 13 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Julien Phalip, 13 years ago

Resolution: fixed
Status: newclosed

In [17749]:

Fixed #17908 -- Made some contrib.markup tests be skipped so they don't fail on old versions of Markdown. Thanks to Preston Holmes for the patch.

comment:3 by Julien Phalip, 13 years ago

In [17750]:

[1.3.X] Fixed #17908 -- Made some contrib.markup tests be skipped so they don't fail on old versions of Markdown. Thanks to Preston Holmes for the patch.

Backport of r17749 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top