TandoorRecipes/cookbook/tests
Andrew Jayne cffa731106 fix: ingredient parsing for non-latin languages
Before this change the ingredient string for non-latin
languages was not being parsed into the correct amount
or units when the food is found at the start of the
ingredient string.

This was because the regex being used was restricted to
latin characters.

With this change the amount and units are correctly
parsed from such a string.

Fixes https://github.com/TandoorRecipes/recipes/issues/1983
2022-08-07 21:37:59 +01:00
..
api add multiple API tokens per user, removes old API tokens 2022-08-04 17:24:54 +02:00
edits fixed recipe tests paths and edit max switch 2021-05-30 09:27:20 +02:00
factories deprecated all old vue stuff and working on tests 2022-06-07 20:08:32 +02:00
other fix: ingredient parsing for non-latin languages 2022-08-07 21:37:59 +01:00
resources all tests migrated and improved 2021-03-17 22:10:58 +01:00
views fixed test 2022-02-07 14:41:36 +01:00
__init__.py some basic tests 2020-02-02 22:09:30 +01:00
conftest.py small fixes and tests 2022-04-22 22:27:17 +02:00