[aat] In NoncontextualSubtable, handle MarkLast with end-of-line transition
Fixes MORX-11 test.
This commit is contained in:
parent
1d20d109a0
commit
f6be730994
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue