original commit: 7795d6fdcfd0e84deddb7f723c11476097251ed6
This commit is contained in:
Robby Findler 2001-10-06 15:51:50 +00:00
parent ff23ceb36a
commit 0ef8e2529d

View File

@ -188,6 +188,8 @@
(make-same-test (syntax (a . b)) (syntax (a . b)))
(make-same-test (syntax (a b . c)) '(syntax (a b . c)))
(make-same-test (syntax #'a) '#'a)
;; sadly, these two tests come out the same
;; -- there is no way to distinguish them as sexps.
(make-same-test (syntax (a . (b))) '(syntax (a b)))