Fix PR14207, thanks ryanc
This commit is contained in:
parent
eb19478f1e
commit
01b197d3eb
5
pkgs/racket-pkgs/racket-test/tests/racket/pr14207.rkt
Normal file
5
pkgs/racket-pkgs/racket-test/tests/racket/pr14207.rkt
Normal file
|
@ -0,0 +1,5 @@
|
|||
#lang racket/base
|
||||
(let ()
|
||||
(local-require (rename-in racket/base [string rkt:strrng]))
|
||||
;;=> 3:28: syntax: misplaced ellipsis in template at: ... in: ...
|
||||
rkt:strrng)
|
|
@ -1111,7 +1111,7 @@
|
|||
(with-syntax ([(name ...) names]
|
||||
[(lifted ...) lifts])
|
||||
(syntax/loc stx (define-syntaxes (name ...)
|
||||
(values (make-rename-transformer #'lifted) ...)))))]))
|
||||
(values (make-rename-transformer (quote-syntax lifted)) ...)))))]))
|
||||
|
||||
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user