Ticket #6434 (closed enhancement: fixed)
[with patch, positive review] make a latex.py doctest more robust
| Reported by: | jhpalmieri | Owned by: | jhpalmieri |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-4.1 |
| Component: | misc | Keywords: | |
| Cc: | Author(s): | John Palmieri | |
| Report Upstream: | Reviewer(s): | Robert Miller | |
| Merged in: | sage-4.1.rc0 | Work issues: |
Description
There are a pair of doctests in latex.py whose output contains the entire latex preamble, which means that any time anyone changes the preamble (for example in #6417), it screws up the doctest. This patch replaces most of the preamble with "...".
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

