Opened 6 years ago
Closed 6 years ago
#1575 closed defect (fixed)
utf8-srfi-13-string-every returns #f with empty string
Reported by: | andyjpb | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 5.2 |
Component: | unknown | Version: | 4.9.x |
Keywords: | Cc: | ||
Estimated difficulty: | easy |
Description
(string-every (constantly 'hello) "")
returns #t with the regular version of string-every
but #f
with the utf8-srfi-13 version.
Change History (4)
comment:1 Changed 6 years ago by
Summary: | utf8-srfi-string-every returns #f with empty string → utf8-srfi-13-string-every returns #f with empty string |
---|
comment:2 Changed 6 years ago by
Milestone: | 4.14.0 → 5.1 |
---|
comment:3 Changed 6 years ago by
Milestone: | 5.1 → 5.2 |
---|
Getting ready for 5.1, moving tickets which won't make it in to 5.2.
comment:4 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone deleted