1
0
mirror of synced 2026-01-30 21:52:07 +00:00
Files
Interlisp.medley/internal/test/LANGUAGE/AUTO/LLREAD.TEST

13 lines
199 B
Plaintext

;;; test file for LLREAD 4-30-87 by woz
;;; AR 7741
(do-test "SKREAD understands vertical bar"
(with-input-from-string (s "(a |b) c| d) e |")
(il:skread s)
(eq (read s) 'e))
)
stop