Open roedoejet opened 6 months ago
see
where the last word has a semicolon surrounded by white-space, this was probably removed and whitespace collapsed, resulting in a mismatch in indices. I should add some tests for this type of edge case
There were some other issues that broke highlighting as well. Here is my fix:
file: mothertongues-UI/packages/mtd-mobile-ui/src/app/shared/search-entry-list.component.ts
Thank you!
see
where the last word has a semicolon surrounded by white-space, this was probably removed and whitespace collapsed, resulting in a mismatch in indices. I should add some tests for this type of edge case