chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #506: pretty-print does not escape strings like write


From: Chicken Trac
Subject: [Chicken-janitors] #506: pretty-print does not escape strings like write does
Date: Fri, 18 Feb 2011 00:05:41 -0000

#506: pretty-print does not escape strings like write does
----------------------------+-----------------------------------------------
 Reporter:  alanpost        |       Owner:       
     Type:  defect          |      Status:  new  
 Priority:  major           |   Milestone:  4.7.0
Component:  core libraries  |     Version:  4.6.x
 Keywords:                  |  
----------------------------+-----------------------------------------------
 I would expect the follow to both print "\t" to the screen:

 {{{
 (write "\t")
 (pretty-print "\t")
 }}}

 Just like these both print "\"" to the screen:

 {{{
 (write "\")
 (pretty-print "\"")
 }}}

 pretty-print instead prints a literal tab between double quotes.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/506>
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]