diff --git a/module/ice-9/read.scm b/module/ice-9/read.scm index 808aa9336..e0aecfea9 100644 --- a/module/ice-9/read.scm +++ b/module/ice-9/read.scm @@ -346,6 +346,8 @@ (cond ((eof-object? ch) (input-error "unexpected end of input after #\\")) + ((delimiter? ch) + ch) (else (let* ((tok (read-token ch)) (len (string-length tok)))