test syntax pattern match on vectors

svn: r2419
This commit is contained in:
Matthew Flatt 2006-03-12 16:16:37 +00:00
parent 7b968839e8
commit 3c6aaf97c0

View File

@ -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)