这个问题至今仍未修复。我正在提交错误报告。
问题在于它使用了 \u2009 而不是 \u202F,因此该行可以在该空格处换行——这并不好。
此外,在文件顶部,它提到引号之间应有一个不换行细空格,但实际上并没有放入:
‘<< *<’ > ‘\u201c \u2018’ # Use nested open double and single curly quotes
# (non-breaking thin space between)
This still hasn’t been fixed. I’m submitting a bug report.
So the problem is that it is using a \u2009 instead of a \u202F, so the line can be broken on that space - which is not good.
Also, towards the top, it mentions a non-breaking thin space between the quotes, but it doesn’t actually put them in:
‘<< *<’ > ‘\u201c \u2018’ # Use nested open double and single curly quotes
# (non-breaking thin space between)
机器翻译自 English