-
-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support percentage range (#9224)
- Loading branch information
1 parent
f18bf44
commit e2e66a2
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
tests/unit/expected_test_results/ingredients_percent/percentage-range.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[ | ||
{ | ||
"id" : "en:pasteurised-whole-milk", | ||
"labels" : "en:fair-trade", | ||
"percent" : 74.3, | ||
"percent_estimate" : 74.3, | ||
"text" : "Lait entier pasteurisé" | ||
}, | ||
{ | ||
"id" : "en:cane-sugar", | ||
"percent" : 10, | ||
"percent_estimate" : 10, | ||
"text" : "sucre de canne" | ||
}, | ||
{ | ||
"id" : "en:cream", | ||
"percent" : 5.5, | ||
"percent_estimate" : 5.5, | ||
"text" : "crème" | ||
}, | ||
{ | ||
"id" : "en:corn-starch", | ||
"percent" : 5, | ||
"percent_estimate" : 5, | ||
"text" : "amidon de mais" | ||
}, | ||
{ | ||
"id" : "en:coffee", | ||
"percent_estimate" : 5.2, | ||
"processing" : "en:freeze-dried", | ||
"text" : "café" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters