I'm trying to do Finnish HassShoppingListAddItem and am running to a weird thing, could this be a bug? Here's the files involved:
https://github.com/salleq/intents/commit/5a27e9ef575a562301d938714bc002ad44281e4f
For some reason in the failing test sentences I get the error :
E assert 'omena' == 'omena '
E - omena
E ? -
E + omena
I have no idea where that extra whitespace comes to the word "omena ".
As you can see there's two ways to say the sentence, "add item to my shopping list" and "add to my shopping list item", and the latter one fails.