chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #888: irregex: SRE utility pattern 'real does not mat


From: Chicken Trac
Subject: [Chicken-janitors] #888: irregex: SRE utility pattern 'real does not match negative numbers
Date: Tue, 17 Jul 2012 09:22:55 -0000

#888: irregex: SRE utility pattern 'real does not match negative numbers
----------------------------+-----------------------------------------------
 Reporter:  iraikov         |       Owner:       
     Type:  defect          |      Status:  new  
 Priority:  major           |   Milestone:  4.8.0
Component:  core libraries  |     Version:  4.7.x
 Keywords:                  |  
----------------------------+-----------------------------------------------
 It seems that using irregex's built-in pattern for real numbers does not
 accept negative numbers:

 (irregex-match 'real "-2.4") -> #f

 (irregex-extract 'real "-2.4") -> ("2.4")

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