mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
added support for unit/amount at end of ingredient
This commit is contained in:
@@ -666,7 +666,7 @@ def test(request):
|
||||
parser = IngredientParser(request, False)
|
||||
|
||||
data = {
|
||||
'original': 'Pane (raffermo o secco) 80 g'
|
||||
'original': 'Creme Frainche'
|
||||
}
|
||||
data['parsed'] = parser.parse(data['original'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user