-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PrettyPrinting corner case, add more tests (#1415)
Add some examples from the OSCAR dev docs to make sure they match reality. Also fix a bug where in some situations the pretty printing feature caused a trailing 0 to be printed (e.g. when ending printing with a `Dedent()`), as in this example: julia> show(stdout, MIME"text/plain"(), F) Number field with defining polynomial x^2 + 3 over rational field0 I tried to add a test case for this, but the issue only happens with `stdout`, not with an `IOBuffer`
- Loading branch information
Showing
2 changed files
with
108 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters