Summary

symbol | | is not written properly

Metadata

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>

Changes and comments

[2012-01-11 11:40:17 UTC] felix changed status from new to closed

[2012-01-11 11:40:17 UTC] felix set resolution to fixed

[2012-01-11 11:40:17 UTC] felix wrote:

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

[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0

[2012-09-24 21:47:48 UTC] felix wrote:

Milestone 4.8.0 deleted