Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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> 

Change History (2)

comment:1 Changed 12 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

Has been fixed in master (6d8290e) and pushed directly (without review), since the fix is so trivial.

comment:2 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.