Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ingredient fraction is not combining with integer quantity #22

Open
inchakov opened this issue Oct 21, 2020 · 1 comment
Open

Ingredient fraction is not combining with integer quantity #22

inchakov opened this issue Oct 21, 2020 · 1 comment

Comments

@inchakov
Copy link

"1 ½ (28 ounce) jars pasta sauce" converted to:

{
  quantity: "1",
  unit: null,
  ingredient: "(28 ounce) ½  jars pasta sauce",
}

Expected results:

{
  quantity: "1.5",
  unit: null,
  ingredient: "(28 ounce) jars pasta sauce",
}
@inchakov
Copy link
Author

#23

@inchakov inchakov mentioned this issue Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant