Test for print-convert of keyword.

svn: r11870
This commit is contained in:
Sam Tobin-Hochstadt 2008-09-25 14:53:55 +00:00
parent 8380372d46
commit 814bfb189e

View File

@ -112,6 +112,7 @@
(list
(make-same-test "abc" "abc")
(make-same-test 'a ''a)
(make-same-test '#:abc ''#:abc)
(make-same-test 8 8)
(make-same-test 1/2 1/2)