Opened 9 years ago
Last modified 8 years ago
#14327 new defect
Improve detection of function name in doctest parsing
Reported by: | roed | Owned by: | roed |
---|---|---|---|
Priority: | minor | Milestone: | sage-6.4 |
Component: | doctest framework | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | #12415 | Stopgaps: |
Description
When testing sage.rings.padics.factory
, a failure in Qq
is shown in the doctest report as sage.rings.padics.factory.?
because of the indentation of the following lines.
This is due to a problem in the indentation tracking in sage.doctest.sources
.
Change History (5)
comment:1 Changed 9 years ago by
- Component changed from doctest to doctest framework
- Owner changed from mvngu to roed
comment:2 Changed 9 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:3 Changed 8 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:4 Changed 8 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:5 Changed 8 years ago by
- Milestone changed from sage-6.3 to sage-6.4
Note: See
TracTickets for help on using
tickets.