parent
a1cb9a8c85
commit
9e272a2359
|
@ -49,7 +49,7 @@
|
|||
#`#(#,init-loc-wrapper/q?
|
||||
#(list #(#,init-loc-wrapper/q? #,op #,(syntax-line stx) #,(syntax-column stx))
|
||||
#,@(map (λ (x) (process-arg x quote-depth)) (syntax->list (syntax (a b ...))))
|
||||
#(i,init-loc-wrapper/q? #," . " #f #f)
|
||||
#(#,init-loc-wrapper/q? #," . " #f #f)
|
||||
#,(process-arg #'c quote-depth)
|
||||
#(#,init-loc-wrapper/q? #,cl #f #f))
|
||||
#,(syntax-line stx)
|
||||
|
|
|
@ -320,7 +320,10 @@
|
|||
(normalize-lw (to-lw (a b))))
|
||||
|
||||
(test (normalize-lw (to-lw/stx (from-str "(a ((b)) c 1 #t)")))
|
||||
(normalize-lw (to-lw (a ((b)) c 1 #t)))))
|
||||
(normalize-lw (to-lw (a ((b)) c 1 #t))))
|
||||
|
||||
(test (normalize-lw (to-lw/stx (from-str "(a b . c)")))
|
||||
(normalize-lw (to-lw (a b . c)))))
|
||||
|
||||
(print-tests-passed "lw-test.rkt"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user