Test for print-convert of keyword.

svn: r11870

original commit: 814bfb189edc5dca4aacf268e81b887301039911
This commit is contained in:
Sam Tobin-Hochstadt 2008-09-25 14:53:55 +00:00
parent 9b95e9b2d5
commit 616f992c6a

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)