這個問題仍未修正。我正在提交錯誤報告。
問題在於它使用了 \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