...
original commit: 7795d6fdcfd0e84deddb7f723c11476097251ed6
This commit is contained in:
parent
ff23ceb36a
commit
0ef8e2529d
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user