Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#888 closed defect (fixed)

irregex: SRE utility pattern 'real does not match negative numbers

Reported by: Ivan Raikov Owned by:
Priority: major Milestone: 4.9.0
Component: core libraries Version: 4.7.x
Keywords: Cc:
Estimated difficulty:

Description

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")

Change History (2)

comment:1 Changed 12 years ago by sjamaan

Resolution: fixed
Status: newclosed

This has been pushed, see commit 547ca87cf551aeeb156491710d1af3f152242db2

comment:2 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.