test syntax pattern match on vectors
svn: r2419
This commit is contained in:
parent
7b968839e8
commit
3c6aaf97c0
|
@ -332,4 +332,9 @@
|
|||
|
||||
;; ----------------------------------------
|
||||
|
||||
(test 10 'vector-pattern (syntax-case #() () [#() 10]))
|
||||
(test 'b 'vector-pattern (syntax-case #(a b c) () [#(x y z) (syntax-e #'y)]))
|
||||
|
||||
;; ----------------------------------------
|
||||
|
||||
(report-errs)
|
||||
|
|
Loading…
Reference in New Issue
Block a user