racket / scribble

Other
194 stars 89 forks source link

typeset: hash with no srcloc fails to render #396

Open sorawee opened 6 months ago

sorawee commented 6 months ago
@(define-syntax (test stx)
   (with-syntax ([(xs ...) '(1 2 3 4)]
                 [hs (hash 1 2 3 4)])
     #'@racketblock[#(xs ...)
                    (xs ...)
                    '(xs ...)
                    hs]))

@(test)

fails to render due to the hs row.