Skip to content

Commit

Permalink
Update SRFI 14 tests for Unicode update in cisco/ChezScheme#795.
Browse files Browse the repository at this point in the history
  • Loading branch information
samth authored and sorawee committed Feb 1, 2024
1 parent 45ae4cd commit cab009d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion srfi-test/tests/srfi/14/srfi-14.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
;; As of Unicode 7.0: 104077
;; As of Unicode 14.0: 133396
;; As of Unicode 15.0: 137765
(test 137765 char-set-size char-set:letter)
;; As of Unicode 15.1: 138387
(test 138387 char-set-size char-set:letter)

(test #t char-set= char-set:letter+digit (char-set-union char-set:letter char-set:digit))
;; Slow!:
Expand Down

0 comments on commit cab009d

Please sign in to comment.