racket/scribble

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

開放

#386 建立於 2023年12月9日

 (0 則留言) (0 個反應) (0 位負責人)Racket (102 個分叉)github user discovery
good first issue

倉庫指標

星標
 (250 顆星)
PR 合併指標
 (平均合併 12小時 51分鐘) (30 天內合併 1 個 PR)

描述

@racketblock[( a   b   cde  )]

is currently rendered as:

( a   b   cde)

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

One possible fix:

貢獻者指南