racket/scribble

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

Offen

#386 geöffnet am 09.12.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Racket (102 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (250 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 12h 51m) (1 gemergte PR in 30 T)

Beschreibung

@racketblock[( a   b   cde  )]

is currently rendered as:

( a   b   cde)

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

One possible fix:

Contributor Guide