racket/scribble

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

オープン

#386 opened on 2023/12/09

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Racket (102 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (250 個のスター)
PR merge metrics
 (平均マージ 12h 51m) (30d で 1 merged PR)

説明

@racketblock[( a   b   cde  )]

is currently rendered as:

( a   b   cde)

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

One possible fix:

コントリビューターガイド