one more paren-shape correction and test

svn: r4409
This commit is contained in:
Matthew Flatt 2006-09-22 00:47:17 +00:00
parent 7f62277189
commit 6e2f93b147
4 changed files with 417 additions and 413 deletions

View File

@ -203,6 +203,10 @@
(test #\[ syntax-property s 'paren-shape)
(test #\[ syntax-property (syntax-case s () [(b _) #'b]) 'paren-shape))
(let ([s (with-syntax ([(a ...) '(1 2 3)])
#'[a ...])])
(test #\[ syntax-property s 'paren-shape))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Two-step macro chain

File diff suppressed because it is too large Load Diff

View File

@ -1343,6 +1343,7 @@
"(and dest(datum->syntax-object"
" dest"
" 'dest"
" dest"
" dest))))"
" `(datum->syntax-object/shape(quote-syntax ,small-dest)"
" ,build))))))"

View File

@ -1567,6 +1567,7 @@
(and dest (datum->syntax-object
dest
'dest
dest
dest))])
`(datum->syntax-object/shape (quote-syntax ,small-dest)
,build))))])