You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ingredient lists from the USA often contain something like ..., less than 2% of: ..., which has the same issue as above (and often isn't even parsed in the strict parser).
With the loose parser,
a, <1%: b
yields:though it should yield
The text was updated successfully, but these errors were encountered: