(in-package :cl-user) (prove:plan 1) ;;; Test for (prove:is (let ((*read-suppress* t)) (with-input-from-string (s "") (read s nil :eof))) :eof "Testing CL:READ when *READ-SUPPRESS* is t") (prove:finalize)