1
0
mirror of synced 2026-05-04 07:09:35 +00:00
Files
Interlisp.medley/internal/test/LANGUAGE/AUTO/COMPILERS-AR8409.TEST

6 lines
151 B
Plaintext

;;; Regression test for AR 8409: MKATOM should return a single value
(do-test "AR 8409"
(eql (length (multiple-value-list (il:mkatom "abc"))) 1)
)