提交 f6be7309 编写于 作者: B Behdad Esfahbod

[aat] In NoncontextualSubtable, handle MarkLast with end-of-line transition

Fixes MORX-11 test.
上级 1d20d109
......@@ -91,8 +91,8 @@ struct RearrangementSubtable
last_zero_before_start = last_zero;
}
if (flags & MarkLast && i < count)
end = i + 1;
if (flags & MarkLast)
end = MIN (i + 1, count);
if ((flags & Verb) && start < end)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册