#557 closed defect (fixed)
pretty-print issue on master
| Reported by: | Mario Domenech Goulart | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | critical | Milestone: | 4.9.0 |
| Component: | core libraries | Version: | 4.6.x |
| Keywords: | pp, pretty-print | Cc: | |
| Estimated difficulty: |
Description
It seems that the current master code for pretty-print is slightly broken.
Here's a simple test case:
(pp "\\\"")
4.6.3 prints "\\\"", while master prints "\\"".
Attachments (2)
Change History (6)
Changed 15 years ago by
| Attachment: | pp-fix.diff added |
|---|
comment:1 Changed 15 years ago by
I've attached a patch which seems to fix the problem and a file with some test cases (using the behavior of 4.6.3 as reference).
comment:2 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Proposed fix to pretty-print