chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #686: irregex-replace/all doesn't grok `bos'


From: Chicken Trac
Subject: [Chicken-janitors] #686: irregex-replace/all doesn't grok `bos'
Date: Tue, 06 Sep 2011 13:56:36 -0000

#686: irregex-replace/all doesn't grok `bos'
----------------------------+-----------------------------------------------
 Reporter:  syn             |       Owner:  sjamaan
     Type:  defect          |      Status:  new    
 Priority:  major           |   Milestone:  4.8.0  
Component:  core libraries  |     Version:  4.7.x  
 Keywords:  irregex         |  
----------------------------+-----------------------------------------------
 When {{{irregex-replace/all}}} is given a pattern containing a {{{bos}}}
 anchor it will not behave as expected. For example this call:

   (irregex-replace/all '(seq bos #\space) "   x   " "*")

 returns {{{"***x   "}}} rather than the expected {{{"*  x   "}}}.

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