You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(conversion): keep word boundaries across buffered text flushes
flushWordAlignedPrefix trimmed the buffer before splitting it, but a
trailing space is the only record that a word boundary was already
consumed. When the byte crossing the 220-byte threshold was that space,
the trim discarded it and the next word was appended straight onto the
buffered remainder.
0 commit comments