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:

贡献者指南