|
From: | Chicken Trac |
Subject: | [Chicken-janitors] #1575: utf8-srfi-string-every returns #f with empty string |
Date: | Wed, 09 Jan 2019 22:35:07 -0000 |
#1575: utf8-srfi-string-every returns #f with empty string ---------------------+------------------------------- Reporter: andyjpb | Owner: Type: defect | Status: new Priority: major | Milestone: 4.14.0 Component: unknown | Version: 4.9.x Keywords: | Estimated difficulty: easy ---------------------+------------------------------- `(string-every (constantly 'hello) "")` returns #t with the regular version of `string-every` but `#f` with the utf8-srfi-13 version. -- Ticket URL: <https://bugs.call-cc.org/ticket/1575> CHICKEN Scheme <https://www.call-cc.org/> CHICKEN Scheme is a compiler for the Scheme programming language.
[Prev in Thread] | Current Thread | [Next in Thread] |