Changes between Initial Version and Version 12 of Ticket #13297
- Timestamp:
- 11/22/14 05:00:35 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13297
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Sébastien Labbé
-
Property
Summary
changed from
Add doctests for the scripts rst2txt and rst2sws
toFix broken rst2sws and add doctests for the scripts rst2txt and rst2sws
-
Property
Branch
changed from
to
u/slabbe/13297
-
Property
Milestone
changed from
sage-5.11
tosage-6.4
-
Property
Commit
changed from
to
8e9cbb354eb3ec727628250b1d378bddc0e78f0e
-
Property
Status
changed from
-
Ticket #13297 – Description
initial v12 1 1 {{{sage -rst2sws}}} and {{{sage -rst2txt}}} introduced in #11459 are not doctested and are suceptible to be broken in the future. Such doctests can be added to the file {{{sage/tests/cmdline.py}}}. 2 3 Indeed, {{{sage -rst2sws}}} was broken, cf. #17371. This is fixed here and doctests are now added. 4