There was a silly bug with suffix entries where all affixes were performing a prefix condition match. Oops! This should correct that mistake in a few places where TestCondition is called on suffix entries so that suffix entries now perform a suffix match instead of a prefix match. This should fix #86 .
There was a silly bug with suffix entries where all affixes were performing a prefix condition match. Oops! This should correct that mistake in a few places where
TestCondition
is called on suffix entries so that suffix entries now perform a suffix match instead of a prefix match. This should fix #86 .