#772 closed defect (fixed)
symbol | | is not written properly
Reported by: | Moritz Heidkamp | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.9.0 |
Component: | core libraries | Version: | 4.7.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
A symbol consisting of extactly one space is not written properly as "| |" but just as " ". However, the empty symbol as well as symbols contaning more than one space are written correctly.
#;1> (for-each (lambda (x) (write x) (newline)) '(|| | | | |)) || | | #;2>
Note: See
TracTickets for help on using
tickets.
Has been fixed in master (6d8290e) and pushed directly (without review), since the fix is so trivial.