Raymond Toy pushed to branch issue-318-add-concrete-standard-char-type at cmucl / cmucl
Commits:
-
fc703c66
by Raymond Toy at 2026-05-04T08:25:40-07:00
1 changed file:
Changes:
| ... | ... | @@ -237,7 +237,7 @@ |
| 237 | 237 | ;; characters. To make this repeatable, use a fixed random-state,
|
| 238 | 238 | ;; otherwise, it becomes hard to debug
|
| 239 | 239 | (dotimes (k 200)
|
| 240 | - (let* ((ch (code-char (random char-code-limit)))
|
|
| 240 | + (let* ((ch (code-char (random 128)))
|
|
| 241 | 241 | (expected (if (standard-char-p ch)
|
| 242 | 242 | :is-standard :is-other))
|
| 243 | 243 | (actual (handler-case
|