Changes from arch/CVS synchronization

This commit is contained in:
Ludovic Courtès 2007-09-03 16:58:20 +00:00
commit 454866e052
4 changed files with 31 additions and 0 deletions

View file

@ -77,6 +77,10 @@
(equal? '(+ 1 2 3)
(read-string "(+ 1 #! this is a\ncomment !# 2 3)")))
(pass-if "block comment finishing s-exp"
(equal? '(+ 2)
(read-string "(+ 2 #! a comment\n!#\n) ")))
(pass-if "unprintable symbol"
;; The reader tolerates unprintable characters for symbols.
(equal? (string->symbol "\001\002\003")