Commit Graph

12 Commits

Author SHA1 Message Date
3da33e364e fixed test 2021-03-03 21:15:12 -06:00
87d6ca0200 Fix ingredient parsing for fractions using '/'
Even though ingredients like '1 1/2 something' already worked fine and got converted to 1.5 something
I just came across a recipe using '1/2' as the whole amount without any whole number before that.
Apparently I overlooked that case before so I now also fixed that.
2021-02-14 18:43:38 +01:00
fce293e722 fixed tests 2021-01-21 20:58:20 +01:00
b563447674 ingredient linking fixed + tests fixed 2021-01-19 21:26:20 +01:00
61daf9d5c9 tests/other 2021-01-10 14:16:28 +01:00
fd255fd6ad added failing testcase for ingredient parser 2021-01-07 19:20:20 +01:00
8931fa8557 fix ingredient parser testcase
* call correct function
* flip assertion
2021-01-07 19:06:08 +01:00
bdd004518c verified and updated importer tests 2020-12-26 14:50:54 +01:00
840f5ec60d added ingredient parser test 2020-12-26 13:57:51 +01:00
90dddd34f3 removed test for invalid recipe as its no longer invalid due to parser improvements 2020-08-26 11:46:56 +02:00
0b948618f3 improved website parser 2020-08-26 11:37:59 +02:00
2c5e44d73c improved recipe parser, added tests, cleaned up resources 2020-06-24 21:22:23 +02:00