aboutsummaryrefslogtreecommitdiffstats
path: root/formatst.scm
diff options
context:
space:
mode:
Diffstat (limited to 'formatst.scm')
-rw-r--r--formatst.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/formatst.scm b/formatst.scm
index 7a2173e..370a39c 100644
--- a/formatst.scm
+++ b/formatst.scm
@@ -82,7 +82,7 @@
(test '("~a" #t) "#t")
(test '("~a" #f) "#f")
(test '("~a" "abc") "abc")
-(test '("~a" #(1 2 3)) "#(1 2 3)")
+(test '("~a" '#(1 2 3)) "#(1 2 3)")
(test '("~a" ()) "()")
(test '("~a" (a)) "(a)")
(test '("~a" (a b)) "(a b)")