racket/scribble

Use syntax-span and syntax-position to compute the tail space in a list

Aperta

#386 aperta il 9 dic 2023

 (0 commenti) (0 reazioni) (0 assegnatari)Racket (102 fork)github user discovery
good first issue

Metriche repository

Star
 (250 stelle)
Metriche merge PR
 (Merge medio 12h 51m) (1 PR mergiata in 30 g)

Descrizione

@racketblock[( a   b   cde  )]

is currently rendered as:

( a   b   cde)

The spaces between "cde" and ")" are missing.

One possible fix:

Guida contributor