chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #772: symbol | | is not written properly


From: Chicken Trac
Subject: [Chicken-janitors] #772: symbol | | is not written properly
Date: Thu, 05 Jan 2012 00:21:23 -0000

#772: symbol | | is not written properly
----------------------------+-----------------------------------------------
 Reporter:  syn             |       Owner:       
     Type:  defect          |      Status:  new  
 Priority:  major           |   Milestone:  4.8.0
Component:  core libraries  |     Version:  4.7.x
 Keywords:                  |  
----------------------------+-----------------------------------------------
 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>

 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/772>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]