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
It iterates on runes, but then use the index of the rule in the list to get the previous character in the string and then convert it into a rune, which is invalid.
The issue appears while I worked on adding tests for diacritics #292
The current implementation has issues
It iterates on runes, but then use the index of the rule in the list to get the previous character in the string and then convert it into a rune, which is invalid.
The issue appears while I worked on adding tests for diacritics #292
The text was updated successfully, but these errors were encountered: